InputFormStringTypeValidator.ValidateString Method
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Protected Function ValidateString ( _
value As String, _
st As StringType _
) As Boolean
'Usage
Dim value As String
Dim st As StringType
Dim returnValue As Boolean
returnValue = Me.ValidateString(value, _
st)
[ObsoleteAttribute("This class is obsolete.")]
protected bool ValidateString(
string value,
StringType st
)
Parameters
- value
Type: System.String
Return Value
Type: System.Boolean
See Also
Reference
InputFormStringTypeValidator Class