GeneralFunctions.EscapeXml Method
Escapes Xml metacharacters
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim content As String
Dim returnValue As String
returnValue = GeneralFunctions.EscapeXml(content)
Syntax
'Declaration
Public Shared Function EscapeXml ( _
content As String _
) As String
public static string EscapeXml (
string content
)
public:
static String^ EscapeXml (
String^ content
)
public static String EscapeXml (
String content
)
public static function EscapeXml (
content : String
) : String
Parameters
- content
Specifies the unescaped input
Return Value
Type: String
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
GeneralFunctions Class
GeneralFunctions Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.