Share via


Type.ToString Method

Returns a String object that represents the name of the current type.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

 public override string ToString ()

Return Value

A String object representing the name of the current type.

Remarks

This method returns the fully qualified Common Language Runtime (CLR) namespace and the names for all primitive types.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Type Class
Type Members
System Namespace