Data.Cloud.CloudAPI.XMLEscape

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function XMLEscape(const Str: string): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall XMLEscape _DEPRECATED_ATTRIBUTE0 (const System::UnicodeString Str);

Properties

Type Visibility Source Unit Parent
function public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI Data.Cloud.CloudAPI

Description

Warning: XMLEscape is deprecated. Please use System.NetEncoding.TNetEncoding.Encode.

Escapes reserved XML characters in the string.

XMLEscape returns a string with special XML characters escaped. Str represents the string to XML-escape.

See Also