.NET Framework 基元类型

集成到 .NET Framework 中的下列类型都可以进行序列化,并可视为基元类型:ByteSByteInt16Int32Int64UInt16UInt32UInt64SingleDoubleBooleanCharDecimalObjectString
其他基元类型。这些类型不是 .NET Framework 中的基元,但可作为采用序列化的 XML 形式的基元。这些类型有 DateTimeDateTimeOffsetTimeSpanGuidUriXmlQualifiedNameByte 数组。

C#基元类型

FCL类型

CLS相容

Sbyte

System.Sbyte

byte

System.Byte

short

System.Int16

ushort

System.UInt16

int

System.Int32

uint

System.UInt32

Long

System.Int64

ulong

System.UInt64

char

System.Char

float

System.Single

double

System.Double

bool

System.Boolean

decimal

System.Decimal

object

System.Object

string

System.String

posted @ 2010-12-19 19:44  唔愛吃蘋果  阅读(330)  评论(0编辑  收藏  举报