hi
i use this: String.Format("{0:0,0}",MyNum)
and i get zero before the number if it small than 10
2 = 02 ---> how to get 2
12 = 12 OK
1234 = 1,234 OK
thanks
hi
i use this: String.Format("{0:0,0}",MyNum)
and i get zero before the number if it small than 10
2 = 02 ---> how to get 2
12 = 12 OK
1234 = 1,234 OK
thanks