Method AppendDisplayText
AppendDisplayText(StringBuilder, object)
Appends the display text for the specified object to the text buffer.
protected virtual void AppendDisplayText(StringBuilder stringBuilder, object value)
Parameters
stringBuilder
StringBuilderThe string builder which receives the display text.
value
objectThe object for which to retrieve the display text.