- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["IDisplayableExtensions"]
class Type type-node
Syntax
public static class IDisplayableExtensions
Methods
Name | Return Value | Summary |
---|---|---|
ToSafeDisplayString |
string |
A safe display string that can be used for logging and returns "null" when the
underlying object is null.
static
|