System::String::ToUpper メソッド
String::ToUpper() const method
文字列のすべての文字を大文字に変換します。
String System::String::ToUpper() const
ReturnValue
変換後の文字列。
参照
- Class String
- Class String
- Namespace System
- Library Aspose.Page 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.Page for C++