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;
A type code.
The GetTypeCode method implements IConvertible, which replaced IValue. This method is used to obtain the type code for a specified object. (See the TypeCode enumeration for more information about type codes.)
This method corresponds to GetTypeCode.
Boolean Structure | Boolean Members | System Namespace | Value