Mega Code Archive

 
Categories / C# Tutorial / Data Type
 

The C# Value Types

Type Meaning boolRepresents true/false values byte8-bit unsigned integer charCharacter decimalNumeric type for financial calculations doubleDouble-precision floating point floatSingle-precision floating point intInteger longLong integer sbyte8-bit signed integer shortShort integer uintAn unsigned integer ulongAn unsigned long integer ushortAn unsigned short integer