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

◆ is_lower() [1/2]

template<typename type_t >
static bool xtd::box_char< type_t >::is_lower ( type_t  c)
inlinestaticnoexcept

ndicates whether the specified Unicode character is categorized as a lowercase letter.

Parameters
cThe Unicode character to evaluate.
Returns
true if c is a lowercase letter; otherwise, false.