Skip to main content
A newer version of this page is available. .

IRangeControlClient.ValueToString(Double) Method

Returns the text representation of normalized values.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.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