Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - What does floattostr mean in delphi?
What does floattostr mean in delphi?
FloatToStr () floating-point type is converted to a string (the parameter is the floating-point type to be converted, and a string is returned). Although Delphi is case-insensitive, good writing habits can improve the readability of the code.

This function is often used in SysUtils units, and there are similar ones: StrToInt, IntToStr, etc.