Converts the value of the number provided to its equivalent
string representation using the culture-specific format
information.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- number
- Type: SystemDouble
The number to be formatted - asCurrency
- Type: SystemBoolean
Specified if to return currentcy format of the number. Note that the currency symbol is specific to the region specified in this locale.
Return Value
Type: StringFormatted string of given number
Examples
See Also