Anhang B. C#-Referenz

In diesem Anhang:

Die wichtigsten Daten und Syntaxformen zu C# sind in diesem Anhang noch einmal kurz zusammengefasst.

Primitive Typen

Tabelle B.1 Die primitiven Typen

Typ

Größe in Byte

Beschreibung und Wertebereich

Literale

.NET Framework-Typ

bool

1

Boolesche Wahrheitswerte wahr (true) und falsch (false)

true
false

System.Boolean

byte

1

Positive Ganzzahl im Bereich

0 bis 255

System.Byte

sbyte

1

Ganzzahl im Bereich

-128 bis 127

System.SByte

short

2

Ganzzahl im Bereich

-32.768 bis 32.767

System.Int16

ushort

2

Positive Ganzzahl im Bereich

0 bis 65.535

System.UInt16

int

4

Ganzzahl im Bereich ...

Get Microsoft Visual C# 2012 - Das Entwicklerbuch. Mit einem ausführlichen Teil zur Erstellung von Windows Store Apps now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.