[]
Convert the value of the current instance to string representation, depending on the specified culture.
public string ToString(IFormatProvider culture)
| Type | Name | Description |
|---|---|---|
| IFormatProvider | culture | Specify the culture to use. |
| Type | Description |
|---|---|
| string |
Converts the value of the current instance to string representation.
public override string ToString()
| Type | Description |
|---|---|
| string |