Home » C# String GetTypeCode() method

C# String GetTypeCode() method

by Online Tutorials Library

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 

You may also like