Data.Cloud.CloudAPI.XMLEscape
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source:  Data.Cloud.CloudAPI.pas Data.Cloud.CloudAPI.hpp 
 | |
| Unit: Data.Cloud.CloudAPI | |
| Parent: Data.Cloud.CloudAPI | |
Delphi
function XMLEscape(const Str: string): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall XMLEscape _DEPRECATED_ATTRIBUTE0 (const System::UnicodeString Str);
Description
Attention: 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.