バージョン

NumberValidatorRule コンストラクタ(Nullable<Char>,Nullable<Char>,String)

エラー メッセージおよびセパレーターの ValidatorRule コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal decimalSeparator As System.Nullable(Of Char), _
   ByVal thousandsSeparator As System.Nullable(Of Char), _
   ByVal errorMessage As System.String _
)
public NumberValidatorRule( 
   System.Nullable<char> decimalSeparator,
   System.Nullable<char> thousandsSeparator,
   System.string errorMessage
)

パラメータ

decimalSeparator
thousandsSeparator
errorMessage
参照

オンラインで表示: GitHub