NumericFormatter Class Members
The following tables list the members exposed by NumericFormatter.
Public Fields
Name | Description | |
---|---|---|
DefaultLengthLimit | Gets or sets default Length Limit for format APIs. Default value is 10. |
Public Properties
Public Methods
Name | Description | |
---|---|---|
FormatNumber | Overloaded. Formats the given double number with the specified format style, using the default length limit. | |
GetFormatStyleCurrentName | Returns the current galaxy name of the specified format style. | |
QualityFormat | Returns a formatted string based on the specified quality character (as defined in the galaxy) and numeric format type. |
Protected Methods
Name | Description | |
---|---|---|
FormatterInternal_ConfigurationChanged | Handles the Galaxy style configuration changed event from Global settings, and raises a corresponding event to the clients. | |
RaiseFormatConfigurationChanged | Raise the FormatConfigurationChanged event |
Public Events
Name | Description | |
---|---|---|
FormatConfigurationChanged | Raised when Predefined Format Styles configuration changes in the Galaxy. |
See Also