|
inlinestatic |
Indicates whether the character at the specified position in a specified string is categorized as white space.
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. |