Skip to main content

IRangeControlClient.ValueToString(Double) Method

Returns the text representation of normalized values.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

string ValueToString(
    double normalizedValue
)

Parameters

Name Type Description
normalizedValue Double

The currently processed normalized value (between 0 and 1).

Returns

Type Description
String

The text representation of the current value.

See Also