If you want a digit to formatted into 0000.00 and then again return as integer.
double number = 123456.646;
number = double.Parse(number.ToString("####0.00"));
What does it do?
no description given
Features
Added by
Added
Downloads
Rating
Popularity
rpgivpgmr
9:36:44 PM Tuesday, September 26th 2006
93
not rated
About the file
Size
Download
Rate It
178 KB
Comments
Add your comment
Email
Subject
Comment
Verification code:
All comments are screened by the admin prior to being posted