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.