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
String.Format("{0:0.00}", 111.0);