最終更新:2015-04-19 (日) 08:05:04 (3289d)  

C♯/データ型
Top / C♯ / データ型

短い名前.NETクラスSystem名前空間
byteByte?System.Byte?符号なし8ビット整数?8
sbyteSByte?System.SByte?符号あり8ビット整数?8
shortInt16System.Int16?符号あり16ビット整数?16
ushortUInt16?System.UInt16符号なし16ビット整数?16
intInt32System.Int32符号あり32ビット整数?32
uint?UInt32?System.UInt32?符号なし32ビット整数?32
longInt64System.Int64?符号あり64ビット整数64
ulongUInt64?System.UInt64?符号なし64ビット整数?64
floatSingle?System.Single単精度浮動小数点数32
doubleDouble?System.Double倍精度浮動小数点数64
charChar?System.Char?単一 Unicode 文字16
boolBooleanSystem.Boolean論理ブール型8
objectObjectSystem.Object他のすべての型の基本型
stringStringSystem.String文字列
decimal?Decimal?System.Decimal?29 の有効桁数で 10 進数を表現できる正確な小数または整数型128

種類

値型

参照型

関連