Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

InformationUnitsConverter Class

Converts information measurement from one unit to another.

Namespace: DevExpress.UnitConversion

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public class InformationUnitsConverter :
    BaseUnitsConverter<Information>

Remarks

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

Inheritance

Object
BaseUnitsConverter<Information>
InformationUnitsConverter
See Also