Returns True if the text successfully passes validation using the current settings of the PreValidation object.
シンタックス
'宣言
Public Function Validate( _
ByVal As System.String, _
ByVal As ErrorInfo _
) As System.Boolean
public System.bool Validate(
System.string ,
ErrorInfo
)
パラメータ
- text
- The input string to validate.
- errorInfo
- Error information filled in case of failure.
参照