C# String GetType()The C# GetType() method is used to get type of current object. It returns the instance of Type class which is used for reflection. SignatureParametersIt does not take any parameter. ReturnIt returns object of Type class. C# String GetType() Method ExampleOutput: System.String
Next TopicC# String GetTypeCode()
|