import {DecimalStyle} from '@js-joda/root/packages/core/src/format/DecimalStyle.js'DecimalStyle
Static Method Summary
| Static Public Methods | ||
| public static |
|
|
| public static |
of() |
|
Method Summary
| Public Methods | ||
| public |
convertNumberToI18N(numericText: *): * |
|
| public |
convertToDigit(char: *): * |
|
| public |
decimalSeparator(): * |
|
| public |
equals(other: *): boolean |
|
| public |
hashCode(): * |
|
| public |
negativeSign(): * |
|
| public |
positiveSign(): * |
|
| public |
toString(): string |
|
| public |
withDecimalSeparator(decimalSeparator: *): * |
|
| public |
withNegativeSign(negativeSign: *): * |
|
| public |
withPositiveSign(positiveSign: *): * |
|
| public |
withZeroDigit(zeroDigit: *): * |
|
| public |
zeroDigit(): * |
|
Public Methods
public convertNumberToI18N(numericText: *): * source
Params:
| Name | Type | Attribute | Description |
| numericText | * |
Return:
| * |
public equals(other: *): boolean source
Params:
| Name | Type | Attribute | Description |
| other | * |
Return:
| boolean |
public withDecimalSeparator(decimalSeparator: *): * source
Params:
| Name | Type | Attribute | Description |
| decimalSeparator | * |
Return:
| * |
public withNegativeSign(negativeSign: *): * source
Params:
| Name | Type | Attribute | Description |
| negativeSign | * |
Return:
| * |
public withPositiveSign(positiveSign: *): * source
Params:
| Name | Type | Attribute | Description |
| positiveSign | * |
Return:
| * |
public withZeroDigit(zeroDigit: *): * source
Params:
| Name | Type | Attribute | Description |
| zeroDigit | * |
Return:
| * |
