System::Globalization::TextInfo::ToLower methode
TextInfo::ToLower(char_t) const method
Converteert teken naar kleine letters.
virtual char_t System::Globalization::TextInfo::ToLower(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::ToLower(String) const method
Converteert tekenreeks naar kleine letters.
virtual String System::Globalization::TextInfo::ToLower(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++