PasswordValidator<TUser>.IsUpper(Char) 方法

定义

返回一个标志,指示提供的字符是否为大写 ASCII 字母。

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

参数

c
Char

要检查的字符(如果它是大写 ASCII 字母)。

返回

如果字符是大写 ASCII 字母,则为 True,否则为 false。

适用于