|
inlinestatic |
Indicates whether the character at the specified position in a specified string is an ASCII character ([ U+0000..U+007F ]).
s | A string. |
index | The position of the character to evaluate in s. |
xtd::argument_out_of_range_exception | index is greater than the last position in s. |