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