|
-
January 3rd, 2011, 01:55 AM
#7
Re: converting text box to double
FYI - but you might also want to look at the TryParse of the number values, which means you do not manually have to enclose the "Parse" in a Try/Catch block.
It works (almost) like parse, except it does not throw an exception when it can't parse. Very nifty.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|