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 ...
随机推荐
- hdu 2732 Leapin' Lizards(最大流)Mid-Central USA 2005
废话: 这道题不难,稍微构造一下图就可以套最大流的模板了.但是我还是花了好久才解决.一方面是最近确实非常没状态(托词,其实就是最近特别颓废,整天玩游戏看小说,没法静下心来学习),另一方面是不够细心,输 ...
- [Papers]NSE, $u$, Lorentz space [Bosia-Pata-Robinson, JMFM, 2014]
$$\bex \bbu\in L^p(0,T;L^{q,\infty}),\quad \frac{2}{p}+\frac{3}{q}=1,\quad 3<q\leq\infty. \eex$$ ...
- PostgreSQL的备份和恢复
关于PostgreSQL的备份和恢复详细信息请参阅<PostgreSQL中文文档>. 备份: #pg_dump --username=postgres v70_demo > v70_ ...
- sql server 数据库的操作
Technorati 标记: sql截取,sql修改 把一个字段的部分取出来,插入到新字段 1 ) //方法二 sql server修改一个字段中的部分数据 update tablename se ...
- LR之错误处理
1.脚本的健壮性 2.VuGen的处理机制 3.lr_continue_on_error函数 4.示例代码
- JAVA & Android 系统环境变量配置
Java JAVA_HOME:C:\Program Files\Java\jdk1.7.0_40 CLASSPATH:.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\ ...
- javascript正则表达式简介
javascript正则表达式 javascript正则表达式 regular expression是一个描述字符模式的对象: ECMAScript中的RegExp类表示正则表达式: String ...
- 俄罗斯方块游戏 --- java
俄罗斯方块游戏 如有疑问请查看:http://zh.wikipedia.org/zh-tw/%E4%BF%84%E7%BD%97%E6%96%AF%E6%96%B9%E5%9D%97 更多疑问请参考: ...
- 一个c++剧情脚本指令系统
项目希望能够实现一些剧情动画,类似角色移动,镜头变化,台词展现等.剧情动画这东西随时需要修改调整,不能写死在代码里.考虑之后认为需要做一个简单的DSL来定制剧情脚本,策划在脚本里按顺序写入命令,然后我 ...
- UDP模式与TCP模式的区别
1.TCP有连接状态,而UDP没有. 2.TCP应用层使用无需考虑包的大小及发送情况,而UDP需要. 3.TCP中IP包大小的决定者是Socket,而UDP为应用层.