Advanced  Services Liste ausgewählter Werttypen Back Next Up Home
Ganzzahltypen
Typ vollständige Bezeichnung von bis einschließlich Breite
sbyte System.SByte -128
-27
+127
+27 -1
1 Byte
byte System.Byte 0 +255
+28 -1
1 Byte
short System.Int16 -32 768
-215
+32 767
+215 -1
2 Byte
ushort System.UInt16 0 +65 535
+216 -1
2 Byte
int System.Int32 -2 147 483 648
-231
+2 147 483 647
+231 -1
4 Byte
uint System.UInt32 0 +4 294 967 295
+232 -1
4 Byte
long System.Int64 -9 223 372 036 854 775 808
-263
+9 223 372 036 854 775 807
+263 -1
8 Byte
ulong System.UInt64 0 +18 446 744 073 709 551 615
+264 -1
8 Byte
decimal System.Decimal -79228162514264337593543950335 79228162514264337593543950335 16 Byte

Character
Typ vollständige Bezeichnung von bis einschließlich Breite
char
Char
System.Char 0
0x0
65 535
0xffff
2 Byte

Fließkommatypen
Typ vollständige Bezeichnung von bis einschließlich Breite
float System.Single 1.40129846432481707 e-45 3.40282346638528860 e+38 4 Byte
double System.Double 4.94065645841246544 e-324 1.79769313486231570 e+308 8 Byte

Boolescher Datentyp
Typ vollständige Bezeichnung Literal für falsch Literal für richtig Breite
bool System.Boolean false true  
Valid XHTML 1.0 Strict top Back Next Up Home