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

◆ is_ascii() [1/2]

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

Returns true if c is an ASCII character ([ U+0000..U+007F ]).

Parameters
cThe character to analyze.
Returns
true if c is an ASCII character; false otherwise.