ConverterFindDomain(String) Method

Find and return the first domain where conversions for the specified unit is defined.

Definition

Namespace: ConversionCalc
Assembly: ConversionCalc (in ConversionCalc.dll) Version: 25.3016.3818
C#
public ConversionDomainItem FindDomain(
	string unitName
)

Parameters

unitName  String
The name of the unit to locate.

Return Value

ConversionDomainItem
Reference to the domain the caller's unit is defined, if found. Otherwise, null.

See Also