Formats the value as a string. Derived classes can override this to determine the formatting used for
protected virtual string FormatValueAsString(TValue value)
- Returns:
- string
Parameters
value
TValue
The value to format.