|
M
CanHaveUnitSymbol.()
|
bool
|
Checks whether a unit symbol can be specified for the display unit in this FormatOptions.
|
|
|
M
CanHaveUnitSymbol(DisplayUnitType)
|
bool
|
Checks whether a unit symbol can be specified for a given display unit.
|
|
|
M
CanSuppressLeadingZeros.()
|
bool
|
Checks whether leading zeros can be suppressed for the display unit in this FormatOptions.
|
|
|
M
CanSuppressLeadingZeros(DisplayUnitType)
|
bool
|
Checks whether leading zeros can be suppressed for a given display unit.
|
|
|
M
CanSuppressSpaces.()
|
bool
|
Checks whether spaces can be suppressed for the display unit in this FormatOptions.
|
|
|
M
CanSuppressSpaces(DisplayUnitType)
|
bool
|
Checks whether spaces can be suppressed for a given display unit.
|
|
|
M
CanSuppressTrailingZeros.()
|
bool
|
Checks whether trailing zeros can be suppressed for the display unit in this FormatOptions.
|
|
|
M
CanSuppressTrailingZeros(DisplayUnitType)
|
bool
|
Checks whether trailing zeros can be suppressed for a given display unit.
|
|
|
M
CanUsePlusPrefix.()
|
bool
|
Checks whether a plus prefix can be displayed for the display unit in this FormatOptions.
|
|
|
M
CanUsePlusPrefix(DisplayUnitType)
|
bool
|
Checks whether a plus prefix can be displayed for a given display unit.
|
|
|
M
Dispose()
|
None
|
Releases all resources used by the FormatOptions
|
|
|
M
Equals
|
None
|
Determines whether the specified Object is equal to the current Object . (Inherited from Object .)
|
Object
|
|
M
GetHashCode
|
None
|
Serves as a hash function for a particular type. (Inherited from Object .)
|
Object
|
|
M
GetType
|
None
|
Gets the Type of the current instance. (Inherited from Object .)
|
Object
|
|
M
GetValidUnitSymbols.()
|
IList<UnitSymbolType>
|
Gets all valid unit symbols for the display unit in this FormatOptions.
|
|
|
M
GetValidUnitSymbols(DisplayUnitType)
|
IList<UnitSymbolType>
|
Gets all valid unit symbols for a given display unit.
|
|
|
M
IsValidAccuracy(Double)
|
bool
|
Checks whether an accuracy is valid for the display unit in this FormatOptions.
|
|
|
M
IsValidAccuracy(DisplayUnitType, Double)
|
bool
|
Checks whether an accuracy is valid for a given display unit.
|
|
|
M
IsValidForUnitType(UnitType)
|
bool
|
Checks whether this FormatOptions is valid for a given unit type.
|
|
|
M
IsValidUnitSymbol(UnitSymbolType)
|
bool
|
Checks whether a unit symbol is valid for the display unit in this FormatOptions.
|
|
|
M
IsValidUnitSymbol(DisplayUnitType, UnitSymbolType)
|
bool
|
Checks whether a unit symbol is valid for a given display unit.
|
|
|
M
ToString
|
None
|
Returns a string that represents the current object. (Inherited from Object .)
|
Object
|