How to check for string as alpha or numeric??

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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

.



Relevant Pages