Retrieves the type code of an object.
[Visual Basic] Overridable Public Function GetTypeCode() As TypeCode [C#] public virtual TypeCode GetTypeCode(); [C++] public: virtual TypeCode GetTypeCode(); [JScript] public function GetTypeCode() : TypeCode;
The type code of an object.
This is the implementation of a method required by the IConvertible interface.
Char Structure | Char Members | System Namespace | Type | TypeCode