Skip to main content

dxFloatToStr(Double,TFormatSettings) Method

Converts a specified floating point value to the Unicode string according to the locale settings.

Declaration

function dxFloatToStr(const AValue: Double; const AFormatSettings: TFormatSettings): string;

Parameters

Name Type
AValue Double
AFormatSettings TFormatSettings

Returns

Type
string

Remarks

This is a string formatting function that returns a floating point value specified as the AValue parameter, as the Unicode string. The dxFloatToStr function accepts the locale information as the AFormatSettings parameter.

See Also