How can i change a string format in a data bound column with using dataformatstring
i want to add three zero at the end of a string in a bound column
for exemple:
the string = 19880
i want to see 19.880.000 on the screen
Answers (1)
0
.ToString("N03");