Method IsBasicDigit
- Namespace
- DisCatSharp.Common
- Assembly
- DisCatSharp.Common.dll
IsBasicDigit(char)
Returns whether supplied character is in the 0-9 range.
public static bool IsBasicDigit(this char c)
Parameters
c
charCharacter to test.
Returns
- bool
Whether the character is in basic numeric digit character range.