Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Encodes the specified string.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected MustOverride Function Encode ( _
str As String _
) As String
'Usage
Dim str As String
Dim returnValue As String
returnValue = Me.Encode(str)
protected abstract string Encode(
string str
)
Parameters
str
Type: System.StringA string to encode.
Return value
Type: System.String
An encoded string.
See also
Reference
SPEncodedResourceExpressionBuilder class