Méthode System::Globalization::TextInfo::ToUpper
TextInfo::ToUpper(char_t) const method
Convertit le caractère en majuscule.
virtual char_t System::Globalization::TextInfo::ToUpper(char_t c) const
| Paramètre | Type | Description |
|---|---|---|
| c | char_t | Caractère à convertir. |
ReturnValue
Caractère converti.
Voir aussi
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
TextInfo::ToUpper(String) const method
Convertit la chaîne en majuscule.
virtual String System::Globalization::TextInfo::ToUpper(String str) const
| Paramètre | Type | Description |
|---|---|---|
| str | String | String à convertir. |
ReturnValue
Chaîne convertie.
Voir aussi
- Class String
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.Font for C++