I want decimal value to two precision output like below input,
078.879860.986
to
0.0078.886.000.99
in c# decimal value to decimal or string.
I want decimal value to two precision output like below input,
0 78.879860.986to
0.0078.886.000.99in c# decimal value to decimal or string.