PasswordValidator<TUser>.IsUpper(Char) Method

Definition

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

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

Parameters

c
Char

The character to check if it is an upper case ASCII letter.

Returns

True if the character is an upper case ASCII letter, otherwise false.

Applies to