PrefixUnitsConverter<T>.Convert(IList<Double>, T) Method
OBSOLETE
Please use the 'void Convert(IList
Use the Convert(IList<double> values, T from, T to) method instead.
Namespace: DevExpress.UnitConversion
Assembly: DevExpress.Docs.v24.1.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