[This is preliminary documentation and is subject to change.]
Checks to see whether supplied char is a digit
Namespace: NFX.CodeAnalysis.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool ValidateDigit(
char c
)
public static bool ValidateDigit(
char c
)
Public Shared Function ValidateDigit (
c As Char
) As Boolean
Public Shared Function ValidateDigit (
c As Char
) As Boolean
public:
static bool ValidateDigit(
wchar_t c
)
public:
static bool ValidateDigit(
wchar_t c
)
static member ValidateDigit :
c : char -> bool
static member ValidateDigit :
c : char -> bool
Return Value
Type:
Boolean