Name | Description |
---|---|
FormatItemsCollection | This generic List derivative holds the collection of FormatItems found in a FormatString. While the class, itself, is marked Public, everything else about it is marked as Internal, so that only instances of classes defined in this assembly can create a collection or add items to it, while instances of the FormatStringParser class expose it as a read only property. |
FormatStringError | The FormatStringParser exposes a List of these objects if errors exist in its current format string. |