Method ToString
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
ToString(String)
Declaration
public override string ToString(string format)
Parameters
Type |
Name |
Description |
System.String |
format |
|
Returns
Type |
Description |
System.String |
|
Overrides
Declaration
public override string ToString(IFormatProvider provider)
Parameters
Type |
Name |
Description |
IFormatProvider |
provider |
|
Returns
Type |
Description |
System.String |
|
Overrides
Declaration
public override string ToString(string format, IFormatProvider provider)
Parameters
Type |
Name |
Description |
System.String |
format |
|
IFormatProvider |
provider |
|
Returns
Type |
Description |
System.String |
|
Overrides