System::String::ToUpper 方法
String::ToUpper() const method
将所有字符串的字符转换为大写。
String System::String::ToUpper() const
ReturnValue
已转换的字符串。
另见
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::ToUpper(const SharedPtr<System::Globalization::CultureInfo>&) const method
使用特定文化将所有字符串的字符转换为大写。
String System::String::ToUpper(const SharedPtr<System::Globalization::CultureInfo> &cultureInfo) const
| 参数 | 类型 | 描述 |
|---|---|---|
| cultureInfo | const SharedPtr<System::Globalization::CultureInfo>& | 要使用的区域性。 |
ReturnValue
已转换的字符串。
另见
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Class String
- Namespace System
- Library Aspose.Font for C++