ArchestrA.Client.NumericFormatter Namespace
Classes
Class | Description | |
---|---|---|
FormatInfo | Captures the format specification to be applied on a given number when used in Format APIs. | |
NumericFormatter | Defines API for Numeric formatting, based on format styles pre-defined in the galaxy, or custom styles. |
Structures
Structure | Description | |
---|---|---|
BitsRange | Captures the bit range (i.e. 0 to 31) to be used in binary format. |
Enumerations
Enumeration | Description | |
---|---|---|
FormatStyle | The predefined galaxy format styles. The current (i.e. runtime) galaxy name for each style can by obtained by calling Formatter.GetFormatStyleCurrentName(FormatStyle format) API. | |
FormatType | FormatType to be used in FormatInfo object, for custom format specification. | |
QualityFormatType | Format type to be used to retrieve formated string based on galaxy predefined quality characters. |
See Also