How to check for string as alpha or numeric??
- From: "trint" <trinity.smith@xxxxxxxxx>
- Date: 20 May 2005 11:26:45 -0700
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
.
- Follow-Ups:
- RE: How to check for string as alpha or numeric??
- From: AMALORPAVANATHAN YAGULASAMY(AMAL)MCP,MCS
- Re: How to check for string as alpha or numeric??
- From: Bruce Wood
- RE: How to check for string as alpha or numeric??
- Prev by Date: Creating a help system
- Next by Date: DataSet.AcceptChanges?
- Previous by thread: Creating a help system
- Next by thread: Re: How to check for string as alpha or numeric??
- Index(es):
Relevant Pages
|