ToDisplayString() Method
A display string that can be used for tracing.
Namespace
Statiq.Common
Containing Type
NormalizedPath
Implements

Syntax

public 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.