Skip to main content

PrefixUnitsConverter<T>.Convert(IList<Double>, T) Method

OBSOLETE

Please use the 'void Convert(IList values, T from, T to)'

Use the Convert(IList<double> values, T from, T to) method instead.

Namespace: DevExpress.UnitConversion

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

[Obsolete("Please use the 'void Convert(IList<double> values, T from, T to)'", true)]
public void Convert(
    IList<double> values,
    T prefix
)

Parameters

Name Type Description
values IList<Double>

 

prefix T

 

See Also