Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
MatchChar メソッド (DigitChar)
指定した文字cが数字と一致しているかどうかをチェックします。
シンタックス
'宣言
Public Overrides Function MatchChar( _
ByVal As Char _
) As Boolean
public override bool MatchChar(
char
)
パラメータ
- c
- チェックする文字。
戻り値の型
文字が数値に一致する場合は True。
参照