FireDAC.Stan.Util.FDFloat2Str

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

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

Description

Convertit une valeur à virgule flottante en chaîne.

FDFloat2Str convertit la valeur à virgule flottante donnée par AValue en sa représentation chaîne. La conversion utilise le format général des nombres avec 15 chiffres significatifs.

Voir aussi