Sitecore 5.0 API

Handle.ToString Method 

Returns a string that represents the current Object.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Remarks

This method returns a human-readable string.

The default implementation returns the fully qualified name of the type of the Object.

See Also

Handle Class | Sitecore Namespace