Click or drag to resize

UnitConversion Constructor (String)

Initializes a new instance of the UnitConversion class. create new units conversion object with unit conversion factor.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public UnitConversion(
	string unit = ""
)

Parameters

unit (Optional)
Type: SystemString
>string representation of the unit from which to convert to the base unit.
See Also