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}";
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
Post a Comment