c# - string format for numbers or currency? -


i need give comma(,) every thousends. used dataformatstring="${0:#,#}". working fine. when value 0. showing $00. want show $0.

how can that?

format = "${0:#,0}";


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -