共用方式為


SPHttpUtility.NoEncode method (Object)

解碼的字串,以擷取指定的字串物件。

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Shared Function NoEncode ( _
    valueToEncode As Object _
) As String
'用途
Dim valueToEncode As Object
Dim returnValue As String

returnValue = SPHttpUtility.NoEncode(valueToEncode)
public static string NoEncode(
    Object valueToEncode
)

參數

  • valueToEncode
    Type: System.Object

    物件,表示要擷取的字串。

傳回值

Type: System.String
解碼的字串。

請參閱

參照

SPHttpUtility class

SPHttpUtility members

NoEncode overload

Microsoft.SharePoint.Utilities namespace