Formats the specified string/number into the specified format in the current culture.

Syntax

Smartsite SXML CopyCode image Copy Code
string locale.formatstring(string formatting, any[ ] args)

Parameters

Name Data Type Description
formatting String The formatting string.
args Any[ ] The arguments.

Return Value

Data Type Description
String A formatted string.

Expand image Example

SXML