Delphi Data Type to C# Data Type
| Delphi DataType | C# datatype |
| ansistring | string |
| boolean | bool |
| byte | byte |
| char | char |
| comp | double |
| currency | decimal |
| double | double |
| extended | double |
| int64 | long |
| int32 | int |
| int16 | short |
| integer | int |
| longint | int |
| longword | uint |
| olevariant | object |
| pchar | string |
| real | double |
| real48 | double |
| shortint | sbyte |
| single | float |
| smallint | short |
| string | string |
| variant | object |
| widechar | char |
| wchar | char |
| uchar | char |
| widestring | string |
| word | ushort |
| textfile | System.IO.FileInfo |
| tdate | System.DateTime |
| tdatetime | System.DateTime |
| tfiletime | System.DateTime |
| hresult | long |
| pointer | object |
| ansichar | char |
| file | System.IO.File |
| plongint | int |
| pinteger | int |
| pcardinal | uint |
| pword | double |
| pdword | double |
| psmallint | short |
| pbyte | byte |
| pshortint | short |
| pint64 | long |
| plongword | uint |
| psingle | float |
| pdouble | double |
| pdate | System.DateTime |
| pdispatch | object |
| ppdispatch | object |
| perror | object |
| pwordbool | bool |
| punknown | object |
| ppunknown | object |
| ppwidechar | string |
| ppchar | string |
| ppansichar | string |
| pansichar | string |
| pextended | double |
| pcomp | double |
| pcurrency | double |
| pvariant | object |
| polevariant | object |
| ppointer | object |
| pboolean | bool |
| pdatetime | System.DateTime |
| thandle | long |
| tresult | long |
| cardinal | uint |
| tbytearray | byte[] |
| twordarray | int[] |
| dword | int |
| pstring | string |
| pwidestring | string |
| tsystemtime | System.DateTime |
| bytebool | bool |
| longbool | bool |
| wordbool | bool |
| hmodule | long |
| tlargeinteger | int |
| plargeinteger | int |
| pwidechar | string |
| toleenum | long |
| pbytearray | byte[] |
| pwordarray | int[] |
| pansistring | string |
| ptextbuf | string |
| shortstring | string |
| utf8string | string |
| text | System.IO.Stream |
| textfile | System.IO.Stream |
| textinput | System.IO.TextReader |
| textoutput | System.IO.TextWriter |
| ttypeinfo | System.Type |
| tbytes | sbyte[] |
Delphi Data Type to C# Data Type的更多相关文章
- Consider defining a bean of type 'org.springframework.data.redis.connection.RedisConnectionFactory' in your configuration
Description: Parameter 0 of method redisTemplate in com.liaojie.cloud.auth.server.config.redis.Redis ...
- SpringBoot- springboot集成Redis出现报错:No qualifying bean of type 'org.springframework.data.redis.connection.RedisConnectionFactory'
Springboot将accessToke写入Redisk 缓存,springboot集成Redis出现报错 No qualifying bean of type 'org.springframewo ...
- SQL Server发布订阅报错:The conversion of a datetime data type to smalldatetime data type resulted in an out of range value.
执行SQL Server发布订阅时,报错如下信息: The conversion of a datetime data type to smalldatetime data type resulted ...
- Field redisTemplate in xxxxxx required a bean of type 'org.springframework.data.redis.core.RedisTemplate' that could not be found.
*************************** APPLICATION FAILED TO START *************************** Description: Fie ...
- Parameter 0 of method redisTemplate in org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration required a bean of type 'org.springframework.data.redis.connection.RedisConnectionFactor
Error starting ApplicationContext. To display the conditions report re-run your application with 'de ...
- bulk insert data into database with table type .net
1. Create Table type in Sqlserver2008. CREATE TYPE dbo.WordTable as table ( [WordText] [nchar]() NUL ...
- 无法为具有固定名称“MySql.Data.MySqlClient”的 ADO.NET 提供程序加载在应用程序配置文件中注册的实体框架提供程序类型“MySql.Data.MySqlClient.MySqlProviderServices,MySql.Data.Entity.EF6”
"System.InvalidOperationException"类型的未经处理的异常在 mscorlib.dll 中发生 其他信息: 无法为具有固定名称"MySql. ...
- 统计分析中Type I Error与Type II Error的区别
统计分析中Type I Error与Type II Error的区别 在统计分析中,经常提到Type I Error和Type II Error.他们的基本概念是什么?有什么区别? 下面的表格显示 b ...
- 混合 Data Warehouse 和 Big Data 倉庫的新架構
(讀書筆記)許多公司,儘管想導入 Big Data,仍必須繼續用 Data Warehouse 來管理結構化的營運數據.系統記錄.而 Big Data 的出現,為 Data Warehouse 提供了 ...
- 以Excel 作为Data Source,将data导入db
将Excel作为数据源,将数据导入db,是SSIS的一个简单的应用,下图是示例Excel,数据列是code和name 第一部分,Excel中的数据类型是数值类型 1,使用SSDT创建一个package ...
随机推荐
- 嵌入式 hi3518平台检测网线是否插上
/********************************** (C) COPYRIGHT ******************************* * File Name ...
- java jxl 向Excel中追加数据而不覆盖原来数据的例子
向先原来就有数据的Excel写数据是不会覆盖原有的数据,只是在追加数据. public class Excel { public Excel() { } public void ...
- LoadRunner 各个指标分析
我们要监视CPU,内存.硬盘的资源情况.得到以下的参数提供分析的依据.%processor time(processor_total):器消耗的处理器时间数量.如果服务器专用于sql server 可 ...
- ctype库试运行
from ctypes import * msvcrt=cdll.msvcrt message_string="Hello world!\n" msvcrt.wprintf(&qu ...
- 使用HTML5的JS选择器操作页面中的元素
文件命名为:querySelector.html,可在Chrome浏览器中预览效果. 1 <!DOCTYPE html> 2 <html lang="en"> ...
- md5加密算法c语言版
from: http://blog.sina.com.cn/s/blog_693de6100101kcu6.html 注:以下是md5加密算法c语言版(16/32位) ---------------- ...
- 前端面试题(JS篇)
原题地址:http://handyxuefeng.blog.163.com/blog/static/454521722013111714040259/ 好吧,最近打算换工作,所以关注比较多的是面试题, ...
- 一款APP从设计稿到切图过程全方位揭秘 Mark
纯干货!一款APP从设计稿到切图过程全方位揭秘 @BAT_LCK:我本身是一名GUI设计师,所以我只站在GUI设计师的角度去把APP从项目启动到切片输出的过程写一写,相当于工作流程的介绍吧.公司不 ...
- 两个实用的Python的装饰器
两个实用的Python的装饰器 超时函数 这个函数的作用在于可以给任意可能会hang住的函数添加超时功能,这个功能在编写外部API调用 .网络爬虫.数据库查询的时候特别有用 timeout装饰器的代码 ...
- 【原创】用JAVA实现大文件上传及显示进度信息
用JAVA实现大文件上传及显示进度信息 ---解析HTTP MultiPart协议 (本文提供全部源码下载,请访问 https://github.com/grayprince/UploadBigFil ...