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

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

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