Méthode System::Globalization::TextInfo::ToLower
TextInfo::ToLower(char_t) const method
Convertit le caractère en minuscule.
virtual char_t System::Globalization::TextInfo::ToLower(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::ToLower(String) const method
Convertit la chaîne en minuscule.
virtual String System::Globalization::TextInfo::ToLower(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++