System::Char::ToLowerInvariant method

Char::ToLowerInvariant method

Converts the specified character to lower case.

static char_t System::Char::ToLowerInvariant(char_t c)
ParameterTypeDescription
cchar_tCharacter to convert

ReturnValue

The specified character in lower case if the specified character is an upper case letter, otherwise - the specified character

See Also