Byte.GetTypeCode Method

Definition

Returns the TypeCode for value type Byte.

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, Byte.

Implements

Applies to