Search the Knowledgebase |
Browse by Category |
|
|
|
View Articles by Category |
|
There are no sub categories
|
C# Programming
|
There was 1 article found in this category:
C# Data Types
Boolean Types Declared using the keyword, bool, Boolean Types are simply true or false. Arrays Covered in a separate KB Article. Integral Types Type Size (in bits) Range sbyte 8 -128 to 127 byte 8 0 to 255 short 16 -32768 to 32767 ushort 16 0 to 65535 int 32 -2147483648 to 214 ...
|