ValidationHelper.IsDigit Method
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
IsDigit(Char)
Returns true if the character is a digit between '0' and '9'
public static bool IsDigit(char c)
Parameters
- c
- System.Char
Returns
System.Boolean