如何使用C#将小写转换为大写?
要将小写转换为大写,请使用ToUpper()C#中的方法。
假设您的字符串是-
str = "david";
要将上述小写字符串转换为大写,请使用以下ToUpper()方法-
Console.WriteLine("Converted to UpperCase : {0}", str.ToUpper());以下是C#中转换字符大小写的代码-
示例
using System;
using System.Collections.Generic;
using System.Text;
namespace Demo {
class MyApplication {
static void Main(string[] args) {
string str;
str = "david";
Console.WriteLine("LowerCase : {0}", str);
//转换为大写
Console.WriteLine("Converted to UpperCase : {0}", str.ToUpper());
Console.ReadLine();
}
}
}热门推荐
10 朋友节最简短祝福语
11 中秋祝福语简短版大全
12 周末愉快祝福语高级简短
13 小红书生日祝福语简短
14 给男生的简短祝福语
15 毕业结婚祝福语简短精辟
16 对上司的简短祝福语
17 生日祝福语古朴简短独特
18 生日祝福语简短明了 同事