類型
別名
允許的值
sbyte
System.SByte
-128~127
byte
System.Byte
0~255
short
System.Int16
-32768~32767
ushort
System.Uint16
0~65535
int
System.Int32
-2147483648~2147483647
uint
System.UInt32
0~4294967295
long
System.Int64
-9223372036854775808~9223372036854775807
ulong
System.UInt64
0~18446744073709551615
char
System.Char
一個Unicode字符,0~65535
bool
System.Boolean
true/false
sring
System.String
一組字符
float
System.Single
1.5*10^-45~3.4*10^38
double
System.Double
5.0*10^-324~1.7*10^308
decimal
System.Decimal
1.0*10^-28~7.9*10^28