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