C# 类型 .NET Framework 类型
bool System.Boolean
byte System.Byte
sbyte System.SByte
char System.Char
decimal System.Decimal
double System.Double
float System.Single
int System.Int32
uint System.UInt32
long System.Int64
ulong System.UInt64
object System.Object
short System.Int16
ushort System.UInt16
string System.String
内置类型表
本文详细列举了C#中的基本数据类型及其对应的.NET Framework框架内的类型,这对于理解C#编程语言的基础类型及其在.NET环境中的实现至关重要。

被折叠的 条评论
为什么被折叠?



