Method ToString
ToString()
The default implementation of this method accesses all declared fields of this object and prints the values in the following syntax:
public String ToString()
{
return "start=" + startOffset + ",end=" + endOffset;
}
This method may be overridden by subclasses.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |