Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
Event registration app with QR/Paypal
Home
Saturday, March 26, 2011
How to check if string is number in C#
double
Num;
bool
isNum =
double
.TryParse(Str,
out
Num);
if
(isNum)
http://rayaspnet.blogspot.com/2011/08/how-to-check-string-is-in-valid-number.html
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment