zoukankan      html  css  js  c++  java
  • Delphi数据类型转换

    【转】Delphi数据类型转换

     

        DateTimeToFileDate        将DELPHI的日期格式转换为DOS的日期格式     

        DateTimeToStr              将日期时间格式转换为字符串     
        DateTimeToString          将日期时间格式转换为字符串     
        DateToStr                     将日期格式转换为字符串     
        FileDateToDateTime        将DOS的日期格式转换为DELPHI的日期格式     
        FloatToDecimal               将浮点数转换为十进制数     
        FloatToStrF                   将浮点数转换为字符串     
        FloatToStr                     将浮点数转换为字符串     
        FloatToText                    将给定的浮点数转换为十进制数     
        FloatToTextFmt               将给定的浮点数转换为十进制数     
        IntToHex                        将整型数转换为十六进制数     
        IntToStr                        将整型数转换为字符串     
        StringToWideChar          将ANSI字符串转换为UNICODE字符串     
        StrToDate                       将字符串转换为日期格式     
        StrToDateTime                将字符串转换为日期/时间格式     
        StrToFloat                      将给定的字符串转换为浮点数     
        StrToInt                         将字符串转换为整型     
        StrToIntDef                    将字符串转换为整型或默认值     
        StrToTime                      将字符串转换为时间格式     
        TextToFloat                   将字符串(以NULL结束的格式)转换为浮点数     
        TimeToStr                      将时间格式转换为字符串   
        VarToDateTime               将给定的变体转换为日期时间     
        WideCharLenToString            将ANSI字符串转换为UNICODE字符串     
        WideCharToString                 将UNICODE字符串转换为ANSI字符串     
        WideCharToStrVar                 将UNICODE字符串转换为ANSI字符串变量

  • 相关阅读:
    ccc pool
    ccc 模拟重力 正太分布
    ccc 正态分布
    ccc this 指针
    基本语法HelloWorld
    css选择器
    css基本语法
    表单
    表格
    超链接
  • 原文地址:https://www.cnblogs.com/m0488/p/9436576.html
Copyright © 2011-2022 走看看