2020 Class Back to 2020
C

FormatOptions

Version comparison

Members across versions

53 members across 9 versions · 18 added later · 18 removed · 18 changed · 18 obsolete

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
C FormatOptions(DisplayUnitType, UnitSymbolType)
same changed missing missing missing missing missing missing missing
C FormatOptions(FormatOptions)
same same same same same same same same same
C FormatOptions(DisplayUnitType, Double)
same changed missing missing missing missing missing missing missing
C FormatOptions(DisplayUnitType, UnitSymbolType, Double)
same changed missing missing missing missing missing missing missing
same same same same same same same same same
C FormatOptions(DisplayUnitType)
same changed missing missing missing missing missing missing missing
C FormatOptions(ForgeTypeId)
not yet introduced added same same same same same same same
C FormatOptions(ForgeTypeId, ForgeTypeId)
not yet introduced added same same same same same same same
M CanHaveSymbol(ForgeTypeId)
not yet introduced added same same same same same same same
not yet introduced added same same same same same same same
M CanHaveUnitSymbol(DisplayUnitType)
same changed missing missing missing missing missing missing missing
same changed missing missing missing missing missing missing missing
same same same same same same same same same
M CanSuppressLeadingZeros(DisplayUnitType)
same changed missing missing missing missing missing missing missing
M CanSuppressLeadingZeros(ForgeTypeId)
not yet introduced added same same same same same same same
M CanSuppressSpaces(DisplayUnitType)
same changed missing missing missing missing missing missing missing
same same same same same same same same same
M CanSuppressSpaces(ForgeTypeId)
not yet introduced added same same same same same same same
M CanSuppressTrailingZeros(DisplayUnitType)
same changed missing missing missing missing missing missing missing
same same same same same same same same same
M CanSuppressTrailingZeros(ForgeTypeId)
not yet introduced added same same same same same same same
M CanUsePlusPrefix(DisplayUnitType)
same changed missing missing missing missing missing missing missing
same same same same same same same same same
M CanUsePlusPrefix(ForgeTypeId)
not yet introduced added same same same same same same same
same same same same same same same same same
not yet introduced added same same same same same same same
not yet introduced added same same same same same same same
not yet introduced added same same same same same same same
M GetValidSymbols(ForgeTypeId)
not yet introduced added same same same same same same same
M GetValidUnitSymbols(DisplayUnitType)
same changed missing missing missing missing missing missing missing
same changed missing missing missing missing missing missing missing
M IsValidAccuracy(DisplayUnitType, Double)
same changed missing missing missing missing missing missing missing
M IsValidAccuracy(Double)
same same same same same same same same same
M IsValidAccuracy(ForgeTypeId, Double)
not yet introduced added same same same same same same same
M IsValidForSpec(ForgeTypeId)
not yet introduced added same same same same same same same
M IsValidForUnitType(UnitType)
same changed missing missing missing missing missing missing missing
M IsValidSymbol(ForgeTypeId, ForgeTypeId)
not yet introduced added same same same same same same same
M IsValidSymbol(ForgeTypeId)
not yet introduced added same same same same same same same
M IsValidUnitSymbol(DisplayUnitType, UnitSymbolType)
same changed missing missing missing missing missing missing missing
M IsValidUnitSymbol(UnitSymbolType)
same changed missing missing missing missing missing missing missing
M SetSymbolTypeId(ForgeTypeId)
not yet introduced added same same same same same same same
M SetUnitTypeId(ForgeTypeId)
not yet introduced added same same same same same same same
same same same same same same same same same
same changed missing missing missing missing missing missing missing
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same changed missing missing missing missing missing missing missing
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2020).
2020 current

Changes in 2021 vs 2020 18 added 18 changed

Flip API Versions →

Added in 2021 (new since 2020)

Changed members

FormatOptions(DisplayUnitType, UnitSymbolType)
No longer obsolete in 2020 (was obsolete in 2021)
displayUnit DisplayUnitType The display unit.
unitSymbol UnitSymbolType The unit symbol.
FormatOptions(DisplayUnitType, Double)
No longer obsolete in 2020 (was obsolete in 2021)
displayUnit DisplayUnitType The display unit.
accuracy Double The accuracy.
FormatOptions(DisplayUnitType, UnitSymbolType, Double)
No longer obsolete in 2020 (was obsolete in 2021)
displayUnit DisplayUnitType The display unit.
unitSymbol UnitSymbolType The unit symbol.
accuracy Double The accuracy.
FormatOptions(DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
displayUnit DisplayUnitType The display unit.
FormatOptions.CanHaveUnitSymbol(DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
displayUnit DisplayUnitType The display unit.
→ returns Boolean True if a unit symbol can be specified, false otherwise.
FormatOptions.CanHaveUnitSymbol()
No longer obsolete in 2020 (was obsolete in 2021)
→ returns Boolean True if a unit symbol can be specified, false otherwise.
FormatOptions.CanSuppressLeadingZeros(DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
displayUnit DisplayUnitType The display unit.
→ returns Boolean True if leading zeros can be suppressed, false otherwise.
FormatOptions.CanSuppressSpaces(DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
displayUnit DisplayUnitType The display unit.
→ returns Boolean True if spaces can be suppressed, false otherwise.
FormatOptions.CanSuppressTrailingZeros(DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
displayUnit DisplayUnitType The display unit.
→ returns Boolean True if trailing zeros can be suppressed, false otherwise.
FormatOptions.CanUsePlusPrefix(DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
displayUnit DisplayUnitType The display unit.
→ returns Boolean True if a plus prefix can be displayed, false otherwise.
FormatOptions.GetValidUnitSymbols(DisplayUnitType)
No longer obsolete in 2020 (was obsolete in 2021)
displayUnit DisplayUnitType The display unit.
→ returns IList The valid unit symbols.
FormatOptions.GetValidUnitSymbols()
No longer obsolete in 2020 (was obsolete in 2021)
→ returns IList The valid unit symbols.
FormatOptions.IsValidAccuracy(DisplayUnitType, Double)
No longer obsolete in 2020 (was obsolete in 2021)
displayUnit DisplayUnitType The display unit.
accuracy Double The accuracy to check.
→ returns Boolean True if the accuracy is valid, false otherwise.
FormatOptions.IsValidForUnitType(UnitType)
No longer obsolete in 2020 (was obsolete in 2021)
unitType UnitType The unit type.
→ returns Boolean True if the FormatOptions is valid, false otherwise.
FormatOptions.IsValidUnitSymbol(DisplayUnitType, UnitSymbolType)
No longer obsolete in 2020 (was obsolete in 2021)
displayUnit DisplayUnitType The display unit.
unitSymbol UnitSymbolType The unit symbol to check.
→ returns Boolean True if the unit symbol is valid, false otherwise.
FormatOptions.IsValidUnitSymbol(UnitSymbolType)
No longer obsolete in 2020 (was obsolete in 2021)
unitSymbol UnitSymbolType The unit symbol to check.
→ returns Boolean True if the unit symbol is valid, false otherwise.
FormatOptions.DisplayUnits()
No longer obsolete in 2020 (was obsolete in 2021)
→ returns DisplayUnitType
FormatOptions.UnitSymbol()
No longer obsolete in 2020 (was obsolete in 2021)
→ returns UnitSymbolType