共用方式為


ParserHelpers.IsDecimalDigit(Char) 方法

定義

public:
 static bool IsDecimalDigit(char value);
public static bool IsDecimalDigit (char value);
static member IsDecimalDigit : char -> bool
Public Shared Function IsDecimalDigit (value As Char) As Boolean

參數

value
Char

傳回

適用於