DecimalStyle
Static Method Summary
| Static Public Methods | ||
| public static |
|
|
| public static |
of() |
|
Constructor Summary
| Public Constructor | ||
| public |
constructor(zeroChar: *, positiveSignChar: *, negativeSignChar: *, decimalPointChar: *) |
|
Method Summary
| Public Methods | ||
| public |
convertNumberToI18N(numericText: *): * |
|
| public |
convertToDigit(char: *): * |
|
| public |
decimalSeparator(): * |
|
| public |
|
|
| public |
hashCode(): * |
|
| public |
negativeSign(): * |
|
| public |
positiveSign(): * |
|
| public |
toString(): * |
|
| public |
withDecimalSeparator(decimalSeparator: *): * |
|
| public |
withNegativeSign(negativeSign: *): * |
|
| public |
withPositiveSign(positiveSign: *): * |
|
| public |
withZeroDigit(zeroDigit: *): * |
|
| public |
zeroDigit(): * |
|
Public Constructors
public constructor(zeroChar: *, positiveSignChar: *, negativeSignChar: *, decimalPointChar: *) source
Params:
| Name | Type | Attribute | Description |
| zeroChar | * | ||
| positiveSignChar | * | ||
| negativeSignChar | * | ||
| decimalPointChar | * |
Public Methods
public convertNumberToI18N(numericText: *): * source
Params:
| Name | Type | Attribute | Description |
| numericText | * |
Return:
| * |
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:
| * |