[]
Converts Variant to the string representation with given format provider.
public string ToString(IFormatProvider formatProvider)
| Type | Name | Description |
|---|---|---|
| IFormatProvider | formatProvider | IFormatProvider to be used in conversion. |
| Type | Description |
|---|---|
| string |
Converts Variant to the string representation.
public override string ToString()
| Type | Description |
|---|---|
| string |
Converts Variant to the string representation with specified format and format provider.
public string ToString(string format, IFormatProvider formatProvider)
| Type | Name | Description |
|---|---|---|
| string | format | String format. |
| IFormatProvider | formatProvider | IFormatProvider to be used in conversion. |
| Type | Description |
|---|---|
| string |