Locale FormatNumberCustom Example

The following example demonstrates the use of custom format strings.

Smartsite SXML CopyCode image Copy Code
{locale.formatnumbercustom(1234567890, '(###) ###-####')}
{locale.formatnumbercustom(10.1234, '##.##')}
Example Result CopyCode image Copy Code
(123) 456-7890
10.12