Partilhar via


Método XmlUnEscape

Uses the UnEscape process in the XML (Extensible Markup Language) to secure the specified string. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Shared Function XmlUnEscape ( _
    escapedString As String _
) As String
'Uso
Dim escapedString As String
Dim returnValue As String

returnValue = SfcSecureString.XmlUnEscape(escapedString)
public static string XmlUnEscape(
    string escapedString
)
public:
static String^ XmlUnEscape(
    String^ escapedString
)
static member XmlUnEscape : 
        escapedString:string -> string 
public static function XmlUnEscape(
    escapedString : String
) : String

Parâmetros

Valor de retorno

Tipo: System. . :: . .String
A string that represents XML that do not escape.