Base class that represents a substring of text from a parsed format string.
| Property | Description |
|---|---|
| BaseString | Gets the base format string. |
| EndIndex | The end index is pointing to ONE POSITION AFTER the last character of item. |
| Length | Gets the result of FormatItem.EndIndex minus FormatItem.StartIndex. |
| ParentFormatItem | The parent FormatItem of this instance, null if no parent exists. |
| RawText | Retrieves the raw text that this item represents. |
| SmartSettings | The settings for formatter and parser. |
| StartIndex | The start index is pointing to the first character of item. |
| Method | Description |
|---|---|
| AsSpan | Gets the ReadOnlySpan_1 representation of this FormatItem. |
| Clear | Clears the FormatItem or the derived class. |
| ToString | Gets the string representation of this FormatItem. |
| Method | Description |
|---|---|
| Initialize | Initializes the FormatItem or the derived class. |