Char.GetTypeCode Method

Definition

Returns the TypeCode for value type Char.

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

Implements

Applies to