A display string that can be used for tracing.
- Namespace
- Statiq
.Common - Containing Type
- IDisplayable
Syntax
string ToDisplayString()
Remarks
Generally you should use
ToSafeDisplayString(IDisplayable)
to avoid null reference exceptions if the underlying object is null.
Return Value
Type | Description |
---|---|
string | A display string. |