Archive for the ‘C# Nuggets’ Category

C# enums can be of the following types

Wednesday, June 7th, 2006

byte, sbyte, short, ushort, int, uint, long, or ulong and they need to be explicitly converted when they are used as that type