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.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected MustOverride Function GetIndexOfIllegalChar ( _
text As String _
) As Integer
'Usage
Dim text As String
Dim returnValue As Integer
returnValue = Me.GetIndexOfIllegalChar(text)
protected abstract int GetIndexOfIllegalChar(
string text
)
Parameters
- text
Type: System.String
Return Value
Type: System.Int32