UnitConvertor.units

Method provides access to a list of units in this convertor within a given family, effectively providing a list of unit with a possible conversion from any unit of this list to any other

class UnitConvertor
const
string[]
units
(
string family
)

Parameters

family string

family to return unit list

Return Value

Type: string[]

string[] containing a list of units known by this unit convertor

Meta