System::Globalization::TextInfo::ToUpper 方法
TextInfo::ToUpper(char_t) const method
将字符转换为大写。
virtual char_t System::Globalization::TextInfo::ToUpper(char_t c) const
| 参数 | 类型 | 描述 |
|---|---|---|
| c | char_t | 要转换的字符。 |
ReturnValue
已转换的字符。
另见
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
TextInfo::ToUpper(String) const method
将字符串转换为大写。
virtual String System::Globalization::TextInfo::ToUpper(String str) const
| 参数 | 类型 | 描述 |
|---|---|---|
| str | String | String 用于转换。 |
ReturnValue
已转换的字符串。
另见
- Class String
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.Font for C++