ConverterFindAllDefinitions Method
Return all of the definitions where the unit name matches the caller's
requested value.
Namespace: ConversionCalcAssembly: ConversionCalc (in ConversionCalc.dll) Version: 25.1109.1402+460980fe794ed921231d4cff278ac7c37ae486a2
public List<ConversionDefinitionItem> FindAllDefinitions(
string unitName
)
Public Function FindAllDefinitions (
unitName As String
) As List(Of ConversionDefinitionItem)
No code example is currently available or this language may not be supported.
- unitName String
-
Name of the conversion unit to search for.
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.