T
trint
How can I check this to see if it is a string representation of a
number, or if it is actually just text?
Convert.Int32(AlphaNumeric); returns the error for wrong format if it's
alpha. I just want to know if it is letters or numbers in the string.
string AlphaNumeric = "US";
Thanks,
Trint
number, or if it is actually just text?
Convert.Int32(AlphaNumeric); returns the error for wrong format if it's
alpha. I just want to know if it is letters or numbers in the string.
string AlphaNumeric = "US";
Thanks,
Trint