次の方法で共有


UnEscapeString メソッド

XPathExpression で使用されているエスケープ文字列を削除します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
<ComVisibleAttribute(False)> _
Public Shared Function UnEscapeString ( _
    escapedValue As String _
) As String
'使用
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

パラメーター

戻り値

型: System. . :: . .String
エスケープ文字が削除された文字列値です。