Compartir a través de


Urn.UnEscapeString Método

Removes an escape string used in an XPathExpression. 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
<ComVisibleAttribute(False)> _
Public Shared Function UnEscapeString ( _
    escapedValue As String _
) As String
'Uso
Dim escapedValue As String 
Dim returnValue As String 

returnValue = Urn.UnEscapeString(escapedValue)
[ComVisibleAttribute(false)]
public static string UnEscapeString(
    string escapedValue
)
[ComVisibleAttribute(false)]
public:
static String^ UnEscapeString(
    String^ escapedValue
)
[<ComVisibleAttribute(false)>]
static member UnEscapeString : 
        escapedValue:string -> string
public static function UnEscapeString(
    escapedValue : String
) : String

Parámetros

  • escapedValue
    Tipo: System.String
    The escape character '\' to remove.

Valor devuelto

Tipo: System.String
A string value with the escape characters removed.

Vea también

Referencia

Urn Clase

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