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.