PrefixUnitsConverter<T>.Convert(IList<Double>, T) Method
In This Article
OBSOLETE
Please use the 'void Convert
Use the Convert(IList<double> values, T from, T to) method instead.
Namespace: DevExpress.UnitConversion
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
values | IList<Double> |
|
prefix | T |
|
See Also