C# | Char.GetTypeCode() Method with Examples
This method is used to return the TypeCode for value type Char. Syntax: public TypeCode GetTypeCode (); Return Value: This method returns the enumerated constant, Char.Below programs illustrate the use of Char.GetTypeCode() Method:Example 1: csharp // C# program to demonstrate // Char.GetTypeCode()