C#中的Char.IsUpper()方法
C#中的Char.IsUpper()方法指示是否将指定的Unicode字符归类为大写字母。
语法
public static bool IsUpper (char ch);
上面的参数ch是要评估的Unicode字符。
现在让我们看一个实现Char.IsUpper()方法的示例-
示例
using System;
public class Demo {
public static void Main(){
bool res;
char val = 'H';
Console.WriteLine("Value = "+val);
res = Char.IsUpper(val);
Console.WriteLine("Is the value an uppercae letter? = "+res);
}
}输出结果
这将产生以下输出-
Value = H Is the value an uppercae letter? = True
现在让我们来看另一个实现IsUpper()方法的示例-
示例
using System;
public class Demo {
public static void Main(){
bool res;
char val = 'j';
Console.WriteLine("Value = "+val);
res = Char.IsUpper(val);
Console.WriteLine("Is the value an uppercae letter? = "+res);
}
}输出结果
这将产生以下输出-
Value = j Is the value an uppercae letter? = False
热门推荐
10 儿子立冬祝福语简短独特
11 对当兵的祝福语简短
12 侄儿高考试祝福语简短
13 伴郎红包祝福语朋友简短
14 媳妇生日简短祝福语朋友
15 公司年会祝福语简短最好
16 元旦感恩祝福语简短大全
17 红包祝福语简短10字
18 周六早晨祝福语简短