ShopToolsUtilBaseUnit Method

Return the base unit of measure for the specified display unit.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static string BaseUnit(
	DisplayUnitEnum displayUnit
)

Parameters

displayUnit  DisplayUnitEnum
The general display unit for which to find the default measurement unit.

Return Value

String
The default measurement unit for the specified display unit.

See Also