InputFormStringTypeValidator.OnServerValidate Method
Calls the ValidateString() method with the value parameter and the current StringType property to validate the string.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Function OnServerValidate ( _
value As String _
) As Boolean
'Usage
Dim value As String
Dim returnValue As Boolean
returnValue = Me.OnServerValidate(value)
protected override bool OnServerValidate(
string value
)
Parameters
- value
Type: System.String
Return Value
Type: System.Boolean
See Also
Reference
InputFormStringTypeValidator Class