Monday, January 19, 2009
isNumber(string)
private bool isNumber(string numberString)
{
Double resultValue = 0;
if (!Double.TryParse(numberString, out resultValue)
return false;
return true;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment