In the Format property, you can enter a Format value using pound signs (#) for digits, 0 numeral(s) for leading/trailing zero(s), and placeholder separators, such as a comma (,) for grouping and/or period (.) as decimal separator. Some Format value examples:
###,###.### — where a source number 123456.789 is string formatted as 123,456.789###,## — where a source number 123456.789 is string formatted as 123456.7900000.000 — where a source number 123.78 is string formatted as 000123.7800, such that any number value other than 0 results in a boolean true. If needed, “False Value” can be edited to specify a different
value to associate with false.Links to other “Conversion link "From" notes”.