ConverterFindAllDefinitions Method

Return all of the definitions where the unit name matches the caller's requested value.

Definition

Namespace: ConversionCalc
Assembly: ConversionCalc (in ConversionCalc.dll) Version: 25.1109.1402+460980fe794ed921231d4cff278ac7c37ae486a2
C#
public List<ConversionDefinitionItem> FindAllDefinitions(
	string unitName
)

Parameters

unitName  String
Name of the conversion unit to search for.

Return Value

ListConversionDefinitionItem
Reference to a collection of definitions in any domain that match the caller's unit name, if any were found. Otherwise, an empty list.

See Also