Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxFloatToStr(Double,TFormatSettings) Method

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

#Declaration

Delphi
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