dxFloatToStr(Double,TFormatSettings) Method
In This Article
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 |
AFormat |
TFormat |
#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