Int32.GetTypeCode Method

Definition

Returns the TypeCode for value type Int32.

public:
 virtual TypeCode GetTypeCode();
public TypeCode GetTypeCode ();
abstract member GetTypeCode : unit -> TypeCode
override this.GetTypeCode : unit -> TypeCode
Public Function GetTypeCode () As TypeCode

Returns

The enumerated constant, Int32.

Implements

Applies to

See also