If
I found the answer:
Char.IsNumber() determines if a Char is of any numeric Unicode category. This contrasts with IsDigit, which determines if a Char is a radix-10 digit.
Valid numbers are members of the following categories in UnicodeCategory: DecimalDigitNumber, LetterNumber, or OtherNumber.
