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

◆ is_number() [1/2]

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

Indicates whether a Unicode character is categorized as a number.

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