Skip to main content
A newer version of this page is available. .

InformationUnitsConverter Class

Converts information measurement from one unit to another.

Namespace: DevExpress.UnitConversion

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public class InformationUnitsConverter :
    BaseUnitsConverter<Information>

The following members return InformationUnitsConverter objects:

Remarks

Use the PrefixUnitsConverter<T>.Convert method to perform the conversion.

Inheritance

Object
BaseUnitsConverter<Information>
InformationUnitsConverter
See Also