Method ToString
ToString()
Returns a string that represents this instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents this instance. |
Overrides
ToString(int)
Returns a string that represents this instance.
Declaration
public virtual string ToString(int aIndent)
Parameters
| Type | Name | Description |
|---|---|---|
| int | aIndent | a indent. |
Returns
| Type | Description |
|---|---|
| string | A string that represents this instance. |