ConverterHasDefinition Method
Return a value indicating whether the provided definition contains a
conversion for the specified unit.
Namespace: ConversionCalcAssembly: ConversionCalc (in ConversionCalc.dll) Version: 25.1109.1402+460980fe794ed921231d4cff278ac7c37ae486a2
public bool HasDefinition(
ConversionDomainItem domain,
string unit
)
Public Function HasDefinition (
domain As ConversionDomainItem,
unit As String
) As Boolean
No code example is currently available or this language may not be supported.
- domain ConversionDomainItem
-
Reference to the domain to be checked.
- unit String
-
Name of the unit to find.
Boolean
Value indicating whether the provided domain contains the specified
unit conversion.