Class pvc.options.format.NumberFormat
Constructor Attributes | Constructor Name and Description |
---|---|
The options documentation of the number format.
|
Field Attributes | Field Name and Description |
---|---|
The formatting mask.
|
|
The number format style to use.
|
Class Detail
pvc.options.format.NumberFormat
The options documentation of the number format.
A number format formats numbers by using a formatting mask. The mask syntax is mostly compatible with VB's format() function mask syntax. See http://apostate.com/programming/vb-format-syntax.html for more information on the mask syntax (only the number related subset is relevant).
See FormatProvider for more information on inheritance of formatting configurations.
Field Detail
{string}
mask
The formatting mask.
- Default Value:
- ''
{string|pvc.options.format.NumberFormatStyle}
style
The number format style to use.