The ErrorTextFormatParser type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Parse |
Parses an error text format containing patterns, which will be resolved. Patterns are contained inside curled braces. E.g. “I
found {0:xxx} errors!”. The first value (0) is the zero-based index of filtering entry, which will provide a text that will be
substitute the pattern. The “:xxx” specifies arguments to the filtering entry, which can be used by the filtering entry to
generate the text.
|
See Also