[]
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. |
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. |
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. |