PasswordValidator<TUser>.IsDigit(Char) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a flag indicating whether the supplied character is a digit.
public:
virtual bool IsDigit(char c);
public virtual bool IsDigit (char c);
abstract member IsDigit : char -> bool
override this.IsDigit : char -> bool
Public Overridable Function IsDigit (c As Char) As Boolean
- c
- Char
The character to check if it is a digit.
True if the character is a digit, otherwise false.