TEXTTOFLOAT |
Texte à virgule flottante |
---|---|
Free Pascal | sysutils |
Syntaxe
Function TextToFloat(Buffer:PChar;Out Value:Extended):Boolean; |
Function TextToFloat(Buffer:PChar;Out Value:Extended;Const FormatSettings:TFormatSettings):Boolean; |
Function TextToFloat(Buffer:PChar;Out Value;ValueType:TFloatValue):Boolean; |
Function TextToFloat(Buffer:PChar;Out Value;ValueType:TFloatValue;Const FormatSettings:TFormatSettings):Boolean; |
Description
Cette fonction permet de convertir une chaîne de caractères ASCIZ en un nombre à virgule flottante.
Dernière mise à jour : Mardi, le 25 Août 2020