SPEncode.NoEncode 方法

适用于指定字符串任何编码。

命名空间:  Microsoft.SharePoint.Utilities
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Shared Function NoEncode ( _
    str As String _
) As String
用法
Dim str As String
Dim returnValue As String

returnValue = SPEncode.NoEncode(str)
public static string NoEncode(
    string str
)

参数

返回值

类型:System.String
未编码的字符串。

另请参阅

引用

SPEncode 类

SPEncode 成员

Microsoft.SharePoint.Utilities 命名空间