[]
Converts value to string according to Format property value.
public string FormatValue(object value)
Public Function FormatValue(value As Object) As String
| Type | Name | Description |
|---|---|---|
| object | value | A value to convert. |
| Type | Description |
|---|---|
| string | The string value of the current instance. |