Gets the underlying type code of the specified Type.
[Visual Basic] Public Shared Function GetTypeCode( _ ByVal type As Type _ ) As TypeCode [C#] public static TypeCode GetTypeCode( Type type ); [C++] public: static TypeCode GetTypeCode( Type* type ); [JScript] public static function GetTypeCode( type : Type ) : TypeCode;
The TypeCode value of the underlying type.