Hi, Experts
I have a single number A = 1.9E+28, I want convert it to String by using
String B = A.ToString() ;
B will be "1.9E+28"
BUT I want to show B like B = "19000000....000" <---- 27 digit 0.
How can I do? Show me.
|
Results 1 to 3 of 3
Thread: C# Numeric problemThreaded View
|
Click Here to Expand Forum to Full Width |