Method ToString
ToString(bool)
Declaration
public string ToString(bool details)
Parameters
Type | Name | Description |
---|---|---|
bool | details |
Returns
Type | Description |
---|---|
string |
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |