欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

C# 格式化字符首字母大写的方法

程序员文章站 2024-02-16 15:07:46
1.单个词语复制代码 代码如下:system.threading.thread.currentthread.currentculture.textinfo.totitlec...
1.单个词语
复制代码 代码如下:

system.threading.thread.currentthread.currentculture.textinfo.totitlecase(string str);

2.句子
复制代码 代码如下:

strings.strconv("str.str.str str_str", vbstrconv.propercase, system.globalization.cultureinfo.currentculture.lcid);