2027 Members
Changes 0
M

FormatOptions Methods

Name Return Type Description Inherited From
M CanHaveSymbol() Boolean Checks whether a symbol can be specified to display the unit in this FormatOptions.
M CanHaveSymbol(ForgeTypeId) Boolean Checks whether a symbol can be specified to display a given unit.
M CanSuppressLeadingZeros() Boolean Checks whether leading zeros can be suppressed for the display unit in this FormatOptions.
M CanSuppressLeadingZeros(ForgeTypeId) Boolean Checks whether leading zeros can be suppressed for a given unit.
M CanSuppressSpaces() Boolean Checks whether spaces can be suppressed for the display unit in this FormatOptions.
M CanSuppressSpaces(ForgeTypeId) Boolean Checks whether spaces can be suppressed for a given unit.
M CanSuppressTrailingZeros() Boolean Checks whether trailing zeros can be suppressed for the display unit in this FormatOptions.
M CanSuppressTrailingZeros(ForgeTypeId) Boolean Checks whether trailing zeros can be suppressed for a given unit.
M CanUsePlusPrefix() Boolean Checks whether a plus prefix can be displayed for the display unit in this FormatOptions.
M CanUsePlusPrefix(ForgeTypeId) Boolean Checks whether a plus prefix can be displayed for a given unit.
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetSymbolTypeId() ForgeTypeId Gets the identifier of the symbol indicating the unit quantifying the value.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M GetUnitTypeId() ForgeTypeId Gets the identifier of the unit used to quantify values.
M GetValidSymbols() IList<ForgeTypeId> Gets the identifiers of all valid symbols for the unit in this FormatOptions.
M GetValidSymbols(ForgeTypeId) IList<ForgeTypeId> Gets the identifiers of all valid symbols for a given unit.
M IsValidAccuracy(Double) Boolean Checks whether an accuracy is valid for the display unit in this FormatOptions.
M IsValidAccuracy(ForgeTypeId, Double) Boolean Checks whether an accuracy is valid for a given unit.
M IsValidForSpec(ForgeTypeId) Boolean Checks whether this FormatOptions is valid for a given spec.
M IsValidSymbol(ForgeTypeId) Boolean Checks whether a symbol is valid for the unit in this FormatOptions.
M IsValidSymbol(ForgeTypeId, ForgeTypeId) Boolean Checks whether a symbol is valid for a given unit.
M SetSymbolTypeId(ForgeTypeId) None Sets the symbol that should be displayed to indicate the unit quantifying the value.
M SetUnitTypeId(ForgeTypeId) FormatOptions Sets the unit used to quantify values.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object