The C# Value Types : Data Type : Data Type C# Examples


C# Examples » Data Type » Data Type »

 

The C# Value Types








Type
Meaning


bool
Represents true/false values


byte
8-bit unsigned integer


char
Character


decimal
Numeric type for financial calculations


double
Double-precision floating point


float
Single-precision floating point


int
Integer


long
Long integer


sbyte
8-bit signed integer


short
Short integer


uint
An unsigned integer


ulong
An unsigned long integer


ushort
An unsigned short integer






HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Data Type
» Data Type