Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 519 Bytes

File metadata and controls

29 lines (15 loc) · 519 Bytes

NumberFormat

Properties

Name Type Description Notes
type TypeEnum [optional]
decimalPlaces Integer [optional]
currencySymbol String [optional]
use1000Separator Boolean [optional]

Enum: TypeEnum

Name Value
DECIMAL "decimal"
INTEGER "integer"

Implemented Interfaces

  • Serializable