System::String::ToUpper methode
String::ToUpper() const method
Converteert alle tekens van de string naar hoofdletters.
String System::String::ToUpper() const
ReturnValue
Geconverteerde string.
Zie ook
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::ToUpper(const SharedPtr<System::Globalization::CultureInfo>&) const method
Converteert alle tekens van de string naar hoofdletters met behulp van een specifieke cultuur.
String System::String::ToUpper(const SharedPtr<System::Globalization::CultureInfo> &cultureInfo) const
| Parameter | Type | Beschrijving |
|---|---|---|
| cultureInfo | const SharedPtr<System::Globalization::CultureInfo>& | Cultuur om te gebruiken. |
ReturnValue
Geconverteerde string.
Zie ook
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Class String
- Namespace System
- Library Aspose.Page for C++