SfcSecureString.XmlUnEscape 方法

Uses the UnEscape process in the XML (Extensible Markup Language) to secure the specified string. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Shared Function XmlUnEscape ( _
    escapedString As String _
) As String
用法
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

参数

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

返回值

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

请参阅

参考

SfcSecureString 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间