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

◆ is_white_space() [1/2]

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

Indicates whether the specified Unicode character is categorized as white space.

Parameters
cThe Unicode character to evaluate.
Returns
true if c is white space; otherwise, false.