php - StringFormat not show delimiter in decimal numbers -


this have try:

 <label content="{binding number, stringformat=n2}" 

in case number 1320 want see 1,320 still 1320 although try

<label content="{binding number, stringformat={}{0:#,0}}" 


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -