When overridden in a derived class, implements the Type.IsPrimitive property and determines whether the Type is one of the primitive types.
true if the Type is one of the primitive types; otherwise, false.
Operation
This method returns true if the underlying type of the current instance is one of the following: bool, byte, sbyte, short, ushort, int, uint, long, ulong, char, double, and float.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0