[]
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. |
| Type | Description |
|---|---|
| string | A string that represents this instance. |
Returns a string that represents this instance.
public string ToString(IFormatProvider formatProvider)
| Type | Name | Description |
|---|---|---|
| IFormatProvider | formatProvider | The format provider. |
| Type | Description |
|---|---|
| string | A string that represents this instance. |
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. |
| Type | Description |
|---|---|
| string | A string that represents this instance. |