ToDisplayString() Method
A display string that can be used for tracing.
Namespace
Statiq.Testing
Containing Type
TestFile
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.