GeneralFunctions.UnEscapeXml Method

Unescapes 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.UnEscapeXml(content)

Syntax

'Declaration
Public Shared Function UnEscapeXml ( _
    content As String _
) As String
public static string UnEscapeXml (
    string content
)
public:
static String^ UnEscapeXml (
    String^ content
)
public static String UnEscapeXml (
    String content
)
public static function UnEscapeXml (
    content : String
) : String

Parameters

  • content
    Specifies the escaped 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.