ToLower()
Contents
[
Hide
]Char::ToLower(char_t) method
Converts the specified character to lower case.
static char_t System::Char::ToLower(char_t c)
Arguments
Parameter | Type | Description |
---|---|---|
c | char_t | Character to convert |
Return Value
The specified character in lower case if the specified character is an upper case letter, otherwise - the specified character
Char::ToLower(char_t, const SharedPtr<Globalization::CultureInfo>&) method
Converts the specified character to lower case.
static char_t System::Char::ToLower(char_t c, const SharedPtr<Globalization::CultureInfo> &culture)
Arguments
Parameter | Type | Description |
---|---|---|
c | char_t | Character to convert |
culture | const SharedPtr<Globalization::CultureInfo>& | An object that supplies culture-specific casing rules. |
Return Value
The specified character in lower case if the specified character is an upper case letter, otherwise - the specified character
See Also
- Typedef SharedPtr
- Class Char
- Class CultureInfo
- Namespace System
- Library Aspose.Slides