Locale FormatNumberCustom Example
The following example demonstrates the use of custom format strings.
Smartsite SXML | Copy Code |
---|---|
{locale.formatnumbercustom(1234567890, '(###) ###-####')} {locale.formatnumbercustom(10.1234, '##.##')} |
Example Result | Copy Code |
---|---|
(123) 456-7890 10.12 |