Skip to main content

InformationUnitsConverter Class

Converts information measurement from one unit to another.

Namespace: DevExpress.UnitConversion

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

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