2008年6月18日水曜日

VC#2008 型 .NETの関係について

VC#2008 型 .NETの関係について

C#と.NETの変数の型について記述します。
[C#] [.NET]
bool → System.Boolean
byte → System.Byte
sbyte → System.SByte
char → System.Char
decimal → System.Decimal
double → System.Double
float → System.Single
short → System.Int16
int → System.Int32
long → System.Int64
ushort → System.UInt16
uint → System.UInt32
ulong → System.UInt64
string → System.String

0 件のコメント: