GetUnitById

InlineXbrlDocument.GetUnitById method

Gets the unit which has the specified id.

public Unit GetUnitById(string id)
Parameter Type Description
id String Unit id

Return Value

The unit.

See Also