System::Globalization::TextInfo::ToUpper methode
TextInfo::ToUpper(char_t) const method
Converteert teken naar hoofdletters.
virtual char_t System::Globalization::TextInfo::ToUpper(char_t c) const
| Parameter | Type | Beschrijving |
|---|---|---|
| c | char_t | Teken om te converteren. |
ReturnValue
Geconverteerd teken.
Zie ook
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
TextInfo::ToUpper(String) const method
Converteert tekenreeks naar hoofdletters.
virtual String System::Globalization::TextInfo::ToUpper(String str) const
| Parameter | Type | Beschrijving |
|---|---|---|
| str | String | String om te converteren. |
ReturnValue
Geconverteerde string.
Zie ook
- Class String
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.Page for C++