Compartir a través de


SfcSecureString.XmlUnEscape Método

Uses the UnEscape process in the XML (Extensible Markup Language) to secure the specified string. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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

  • escapedString
    Tipo: System.String
    A string that represents the value that escaped.

Valor devuelto

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

Vea también

Referencia

SfcSecureString Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc