Is there a function or by using reflection a way to get all the System types.
Like those:
- System.Int64
System.Byte[]
System.Boolean
System.String
System.Decimal
System.Double
...
We have an old enum
that stores some datatype. We need to convert those to .net types
.