[]
Formats the value parameter using the specified format. Uses value type name as fallback value.
protected override string GetFormattedString(object value, string format)
Protected Overrides Function GetFormattedString(value As Object, format As String) As String
| Type | Name | Description |
|---|---|---|
| object | value | The value to format. |
| string | format | The format specifier. |
| Type | Description |
|---|---|
| string | Formatted string if value is IFormattable, or value.ToString() otherwise |