I have some double values I want to convert to a string with this pattern:
0.xx or x.xx
Currently I have try this:
double.T
use following :
myDouble.ToString("N2")