<Code Lib>
2020 Method
Changes 8
M

FormatOptions.CanSuppressLeadingZeros(DisplayUnitType)

Description:
Checks whether leading zeros can be suppressed for a given display unit.
Overloads (2):
CanSuppressLeadingZeros(DisplayUnitType)

public static bool CanSuppressLeadingZeros(
	DisplayUnitType displayUnit
)

Return Value bool True if leading zeros can be suppressed, false otherwise.

Loading…