System::Globalization::TextInfo::ToTitleCase 方法
TextInfo::ToTitleCase method
将字符串转换为标题大小写(已全部大写的首字母缩写除外)。
String System::Globalization::TextInfo::ToTitleCase(String str) const
| 参数 | 类型 | 描述 |
|---|---|---|
| str | String | String 用于转换大小写。 |
ReturnValue
大小写转换结果。
另见
- Class String
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.Font for C++