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
stringBuilderStringBuilderThe string builder which receives the display text.
valueobjectThe object for which to retrieve the display text.