回 帖 发 新 帖 刷新版面

主题:帮个忙!:怎么将double转换成string类型?


  怎么将double转换成string类型?
         ------非常感谢!!!!

回复列表 (共4个回复)

沙发

floattostr()
inttostr()

板凳

FormatFloat("0.00",fNum ) ;留两个小数点

3 楼

Unit: System

Category
String Handling Routines (Pascal style)
Str formats a string and returns it to a variable.

procedure Str(X [: Width [: Decimals ]]; var S);

Description
The Str procedure converts X to a string representation according to the Width and Decimals formatting parameters. The effect is like a call to Write except the resulting string is stored in S instead of being written to a text file.
X is an integer-type or real-type expression. Width and Decimals are integer-type expressions. S is a string-type variable or a zero-based character array variable if extended syntax is enabled.

4 楼


floattostr()

我来回复

您尚未登录,请登录后再回复。点此登录或注册