PasswordValidator<TUser>.IsUpper(Char) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个标志,指示提供的字符是否为大写 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。