ConverterFindDefinition Method

Return a reference to the definition specified by the unit name.

Definition

Namespace: ConversionCalc
Assembly: ConversionCalc (in ConversionCalc.dll) Version: 25.1109.1402+460980fe794ed921231d4cff278ac7c37ae486a2
C#
public ConversionDefinitionItem FindDefinition(
	ConversionDomainItem domain,
	string unitName
)

Parameters

domain  ConversionDomainItem
Reference to the domain within which the definition will be found.
unitName  String
Name of the unit or its alias.

Return Value

ConversionDefinitionItem
Reference to the conversion definition item, if found. Otherwise, null.

See Also