Partager via


Méthode UnEscapeString

Removes an escape string used in an XPathExpression. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
<ComVisibleAttribute(False)> _
Public Shared Function UnEscapeString ( _
    escapedValue As String _
) As String
'Utilisation
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

Paramètres

Valeur de retour

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