| Class | Description |
|---|---|
| ResolvedFormatting |
Represents a resolved formatting code.
It is the result of StringFormat.resolve(TextStringReader) and contains the raw input and the resolved TextFormatting object.The TextFormatting object can be null if the input was invalid. |
| StringFormat |
A class capable of reading and writing formatted strings in various formats.
|
| TextStringReader |