82
C# String GetTypeCode()
The C# GetTypeCode() method is used to get type code of string. It returns the instance of TypeCode which is used to specify the type of an object.
Signature
Parameters
It does not take any parameter.
Return
It returns type code of string class.
C# String GetTypeCode() Method Example
Output:
String
Next TopicC# String IndexOf()