Méthode SfcSecureString.XmlUnEscape
Uses the UnEscape process in the XML (Extensible Markup Language) to secure the specified string. Ne faites pas directement référence à 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
Public Shared Function XmlUnEscape ( _
escapedString As String _
) As String
'Utilisation
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
Paramètres
- escapedString
Type : System.String
A string that represents the value that escaped.
Valeur de retour
Type : System.String
A string that represents XML that do not escape.