System::Globalization::TextInfo::ToLower method
TextInfo::ToLower(char_t) const method
Converts character to lower case.
virtual char_t System::Globalization::TextInfo::ToLower(char_t c) const
Parameter | Type | Description |
---|---|---|
c | char_t | Character to convert. |
ReturnValue
Converted character.
See Also
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.PUB for C++
TextInfo::ToLower(String) const method
Converts string to lower case.
virtual String System::Globalization::TextInfo::ToLower(String str) const
Parameter | Type | Description |
---|---|---|
str | String | String to convert. |
ReturnValue
Converted string.
See Also
- Class String
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.PUB for C++