Formats the number to its equivalent string representation using the current culture settings.

Syntax

Smartsite SXML CopyCode image Copy Code
string locale.formatnumber(float value)
string locale.formatnumber(float value, string culture)

Parameters

Name Data Type Description
value Float The value.
culture String The culture.

Return Value

Data Type Description
String String

Expand image Example

SXML