[]
Returns a string that represents the current object.
public override string ToString()
Type | Description |
---|---|
string |
Returns a string that represents this instance.
public string ToString(string format)
Type | Name | Description |
---|---|---|
string | format | The format. |
Returns a string that represents this instance.
public string ToString(IFormatProvider formatProvider)
Type | Name | Description |
---|---|---|
IFormatProvider | formatProvider | The format provider. |
Returns a string that represents this instance.
public string ToString(string format, IFormatProvider formatProvider)
Type | Name | Description |
---|---|---|
string | format | The format. |
IFormatProvider | formatProvider | The format provider. |