Method FormatString
FormatString(object)
Returns the formatted value string for display purposes.
Declaration
public virtual string FormatString(object value)
Parameters
Type | Name | Description |
---|---|---|
object | value | Value to be formatted. |
Returns
Type | Description |
---|---|
string | The formatted value string. |