Section courante

A propos

Section administrative du site

FLOATTOSTR

Virgule flottante à chaîne de caractères
Free Pascal sysutils

Syntaxe

Function FloatToStr(Value:Extended):string;
Function FloatToStr(Value:Extended;Const FormatSettings:TFormatSettings):string;
Function FloatToStr(Value:Double):string;
Function FloatToStr(Value:Double;Const FormatSettings:TFormatSettings):string;
Function FloatToStr(Value:Single):string;
Function FloatToStr(Value:Single;Const FormatSettings:TFormatSettings):string;
Function FloatToStr(Value:Currency):string;
Function FloatToStr(Value:Currency;Const FormatSettings:TFormatSettings):string;
Function FloatToStr(Value:Comp):string;
Function FloatToStr(Value:Comp;Const FormatSettings:TFormatSettings):string;
Function FloatToStr(Value:Int64):string;
Function FloatToStr(Value:Int64;Const FormatSettings:TFormatSettings):string;

Description

Cette fonction permet de convertir un nombre réel en chaîne de caractères de type Pascal.



Dernière mise à jour : Mardi, le 25 Août 2020