System::String::ToLower method
String::ToLower() const method
Converts all string’s characters to lower case.
String System::String::ToLower() const
ReturnValue
Converted string.
See Also
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++
String::ToLower(const SharedPtr<System::Globalization::CultureInfo>&) const method
Converts all string’s characters to lower case using specific culture.
String System::String::ToLower(const SharedPtr<System::Globalization::CultureInfo> &cultureInfo) const
Parameter | Type | Description |
---|---|---|
cultureInfo | const SharedPtr<System::Globalization::CultureInfo>& | Culture to use. |
ReturnValue
Converted string.
See Also
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Class String
- Namespace System
- Library Aspose.Font for C++