There are a few ways to convert numbers to strings.
Leading Zeroes
beans.ToString(“D4″); 0007
string.Format(“{0:00}”, beans); 07
Precision
string.Format(“{0:0.000}”, beans); 7.1234
There are a few ways to convert numbers to strings.
Leading Zeroes
beans.ToString(“D4″); 0007
string.Format(“{0:00}”, beans); 07
Precision
string.Format(“{0:0.000}”, beans); 7.1234
You are currently browsing the archives for July, 2009
Arclite theme by digitalnature | powered by WordPress