Data Types Size Values: Sbyte Byte Short Ushort Int Uint Long Ulong Char Float Double Decimal Bool
Data Types Size Values: Sbyte Byte Short Ushort Int Uint Long Ulong Char Float Double Decimal Bool
Size
Values
sbyte
8 bit
-128 to 127
byte
8 bit
0 to 255
short
16 bit
-32,768 to 32,767
ushort
16 bit
0 to 65,535
int
32 bit
-2,147,483,648 to 2,147,483,647
uint
32 bit
0 to 4,294,967,295
long
64 bit
-9,223,372,036,854,775,808 to 9,223,372,036,854,775,807
ulong
64 bit
0 to 18,446,744,073,709,551,615
char
16 bit
0 to 65535
float
32 bit
double
64 bit
decimal
128 bit
bool
---
True or false