[]
Formats the value parameter using the specified format.
protected virtual string GetFormattedString(object value, string format)
| 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. |