Represents a symbol to substitute a power of 10,
used when formatting with short number format.
Inheritance Hierarchy
Spotfire.Dxp.Data.FormattersShortFormattingSymbol
Namespace: Spotfire.Dxp.Data.Formatters
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(4, 0)] public sealed class ShortFormattingSymbol : ISerializable, IComparable<ShortFormattingSymbol>
The ShortFormattingSymbol type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ShortFormattingSymbol |
Initializes a new instance of the ShortFormattingSymbol class with the
specified symbol substituting a power of 10, specified by exponent.
|
Properties
| Name | Description | |
|---|---|---|
| Exponent | Gets the substituted power of 10.
| |
| Symbol | Gets the substituting symbol string.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to this
ShortFormattingSymbol.
(Overrides ObjectEquals(Object).) | |
| GetHashCode |
Returns a hash code for this ShortFormattingSymbol.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IComparableShortFormattingSymbolCompareTo | Compares this ShortFormattingSymbol to the specified
ShortFormattingSymbol, and returns -1 if the other exponent is greater,
0 if it is equal and 1 if it is less.
|
Version Information
See Also