XmlUnEscape メソッド
指定した文字列をセキュリティ保護するために、XML (拡張マークアップ言語) で UnEscape プロセスを使用します。このメンバーをコード内で直接参照しないでください。このメンバーは、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
エスケープされた値を表す文字列です。
戻り値
型: System. . :: . .String
エスケープしない XML を表す文字列です。