show/hide this revision's text 2 deleted 1 characters in body

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.

show/hide this revision's text 1

If 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.