[]
Returns a string that represents the current object.
public override string ToString()
Public Overrides Function ToString() As String
| Type | Description |
|---|---|
| string |
Returns a string that represents this instance.
public string ToString(string format)
Public Function ToString(format As String) As String
| 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)
Public Function ToString(formatProvider As IFormatProvider) As String
| 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)
Public Function ToString(format As String, formatProvider As IFormatProvider) As String
| Type | Name | Description |
|---|---|---|
| string | format | The format. |
| IFormatProvider | formatProvider | The format provider. |
| Type | Description |
|---|---|
| string | A string that represents this instance. |