Gets the string for a given item.
- Namespace
- Statiq
.Common - Containing Type
- StringItemStream
<TItem>
Syntax
protected abstract string GetItemString(TItem item)
Parameters
| Name | Type | Description |
|---|---|---|
| item | TItem | The item to get a string for (can be default/null). |
Return Value
| Type | Description |
|---|---|
| string | A string that represents the item. |