xtd 0.2.0
Loading...
Searching...
No Matches

◆ to_lower()

template<typename type_t >
static char xtd::box_char< type_t >::to_lower ( type_t  c)
inlinestaticnoexcept

Converts the value of a Unicode character to its lowercase equivalent.

Parameters
cThe Unicode character to convert.
Returns
The lowercase equivalent of c, or the unchanged value of c, if c is already lowercase or not alphabetic.