Formats the specified string/number into the specified format.
Syntax
Smartsite SXML | Copy Code |
---|---|
string locale.formatstringforculture(string culture, string formatting, any[ ] args) |
Parameters
Name | Data Type | Description |
---|---|---|
culture | String | The culture in which the string will be formatted. |
formatting | String | The formatting string. |
args | Any[ ] | The arguments. |
Return Value
Data Type | Description |
---|---|
String | A formatted string. |