-
Notifications
You must be signed in to change notification settings - Fork 26
MobileCRM.NumberFormat
Maros Kolibas edited this page Nov 28, 2019
·
1 revision
[v10.2] Provides culture-specific information for formatting and parsing numeric values.
Property | Type | Description |
---|---|---|
currencyDecimalDigits | Number | Gets the number of decimal places to use in currency values. |
currencyDecimalSeparator | String | Gets the string to use as the decimal separator in currency values. |
currencyGroupSeparator | String | Gets the string that separates groups of digits to the left of the decimal in currency values. |
currencyGroupSizes | Number[] | Gets the number of digits in each group to the left of the decimal in currency values. |
currencyNegativePattern | Number | Gets the format pattern for negative currency values. |
currencyPositivePattern | Number | Gets the format pattern for positive currency values. |
currencySymbol | String | Gets the string to use as the currency symbol. |
naNSymbol | String | Gets the string that represents the IEEE NaN (not a number) value. |
negativeInfinitySymbol | String | Gets the string that represents negative infinity. |
negativeSign | String | Gets the string that denotes that the associated number is negative. |
numberDecimalDigits | Number | Gets the number of decimal places to use in numeric values. |
numberDecimalSeparator | String | Gets the string to use as the decimal separator in numeric values. |
numberGroupSeparator | String | Gets the string that separates groups of digits to the left of the decimal in numeric values. |
numberGroupSizes | Number[] | Gets the number of digits in each group to the left of the decimal in numeric values. |
numberNegativePattern | Number | Gets the format pattern for negative numeric values. |
percentDecimalDigits | Number | Gets the number of decimal places to use in percent values. |
percentDecimalSeparator | String | Gets the string to use as the decimal separator in percent values. |
percentGroupSeparator | String | Gets the string that separates groups of digits to the left of the decimal in percent values. |
percentGroupSizes | Number[] | Gets the number of digits in each group to the left of the decimal in percent values. |
percentNegativePattern | Number | Gets the format pattern for negative percent values. |
percentPositivePattern | Number | Gets the format pattern for positive percent values. |
percentSymbol | String | Gets the string to use as the percent symbol. |
perMilleSymbol | String | Gets the string to use as the per mille symbol. |
positiveInfinitySymbol | String | Gets the string that represents positive infinity. |
positiveSign | String | Gets the string that denotes that the associated number is positive. |