StringsEscapeToXml Method
Converts a text string to an XML string by replacing invalid characters with their XML equivalents.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string EscapeToXml(
string text
)
Public Shared Function EscapeToXml (
text As String
) As String
- text String
- Text to convert.
StringString with the value converted.