请查找DELPHI的在线帮助,找floattostr
FloatToDecimal procedure
Converts a floating-point value to a decimal representation.
FloatToStr function
Converts a floating point value to a string.
FloatToStrF function
Converts a floating point value to a string, using a specified Format, Precision, and Digits.
FloatToText function
Converts a floating-point value to an unterminated character string, using a specified Format, Precision and Digits.
FloatToTextFmt function
Converts a floating-point value to to an unterminated character string, using a specified format.
FormatFloat function
Formats a floating point value.
StrToCurr function
Converts a string to a Currency value.
StrToFloat function
Converts a given string to a floating-point value.
TextToFloat function
Returns a floating-point value from a null-terminated string.
至于STR至FLOAT的反过来就是