C# – primitive types enum – does it exist

cenumsprimitive-types

I need to provide a user a list of all primitive types available and was wondering if there is an Enum in the .net library that has all primitive types, so that I don't have to build one.

Best Answer

The nearest you are going to get is System.TypeCode.