MultiSelect for WinForms
Validate メソッド (PreValidation)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > PreValidation クラス : Validate メソッド
The input string to validate.
Error information filled in case of failure.
Returns True if the text successfully passes validation using the current settings of the PreValidation object.
シンタックス
'宣言
 
Public Function Validate( _
   ByVal text As System.String, _
   ByVal errorInfo As ErrorInfo _
) As System.Boolean
public System.bool Validate( 
   System.string text,
   ErrorInfo errorInfo
)

パラメータ

text
The input string to validate.
errorInfo
Error information filled in case of failure.
参照

PreValidation クラス
PreValidation メンバ