SPEncode.NoEncode method
套用至指定的字串沒有編碼。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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
)
參數
str
Type: System.String沒有要編碼的字串。
傳回值
Type: System.String
未編碼字串。