Click or drag to resize
UomMeasureTConvertFrom Method (Double, UomUnit)
Converts given value from specified unit of measure.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public virtual double ConvertFrom(
	double value,
	UomUnit unit
)

Parameters

value
Type: SystemDouble
unit
Type: FDF.CommonUomUnit

Return Value

Type: Double
Remarks