PasswordValidator<TUser>.IsLower(Char) Method

Definition

Returns a flag indicating whether the supplied character is a lower case ASCII letter.

public:
 virtual bool IsLower(char c);
public virtual bool IsLower (char c);
abstract member IsLower : char -> bool
override this.IsLower : char -> bool
Public Overridable Function IsLower (c As Char) As Boolean

Parameters

c
Char

The character to check if it is a lower case ASCII letter.

Returns

True if the character is a lower case ASCII letter, otherwise false.

Applies to