FireDAC.Stan.Util.FDFloat2Str

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FDFloat2Str(const AValue: Extended; ADot: Char = '.'; APrec: Integer = 18): String;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDFloat2Str(const System::Extended AValue, System::WideChar ADot = (System::WideChar)(0x2e), int APrec = 0x12);

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Converts a floating-point value to a string.

FDFloat2Str converts the floating-point value given by AValue to its string representation. The conversion uses general number format with 15 significant digits.

See Also