Mono Class Library: System.Type Overview | Members

System.Type.ToString Method

Returns a string representation of the current Type.

public override string ToString ()

Returns

Returns Type.FullName .

Remarks

Note: This method overrides object.ToString .

If the current instance represents a generic type, the type and its type arguments are qualified by namespace and by nested type, but not by assembly. If the current instance represents an unassigned type parameter of a generic type or method, this method returns the unqualified name of the type parameter.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0