Urn.UnEscapeString 方法
Removes an escape string used in an 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
參數
- escapedValue
型別:System.String
The escape character '\' to remove.
傳回值
型別:System.String
A string value with the escape characters removed.