请给我几个数据类型转换的函数
比如:inttostr()  等等

解决方案 »

  1.   

    strtofloat()
    强制类型转换
    说不清,太多了
      

  2.   

    strpas(str:Pchar):string
    Pchar(str:string)
    ......
    一般类型转换函数的名字都为AtoB ;A,B为简单数据类型
      

  3.   

    IntToStr()
    StrToInt()
    FloatToStr()
    StrToFloat()
    StrToDate()
    DateToStr()
    ......
      

  4.   

    datetimetostr()
    StrTodatetime()
    strtocurr()
    strtobool
    booltostr()