| Class | Description |
|---|---|
| AbstractStringFormatter |
Base implementation class of the
IFormatter interface that provides
the common functionality. |
| BracketFormatter |
Format objects by surrounding them with brackets: [...]
|
| MinLengthAddLeadingFormatter |
A string formatter that ensures that a string has a minimum length by filling
the remaining chars with a custom character at front (leading).
|
| MinLengthAddTrailingFormatter |
A string formatter that ensures that a string has a minimum length by filling
the remaining chars with a custom character at the end (trailing).
|
| StringPrefixAndSuffixFormatter |
A formatter that adds a prefix and/or a suffix to a string.
|
| StringPrefixFormatter |
A formatter that adds a prefix to a string.
|
| StringSkipPrefixAndSuffixFormatter |
A formatter that skip a prefix and/or a suffix to a string.
|
| StringSkipPrefixFormatter |
A formatter that skips a prefix from a string.
|
| StringSkipSuffixFormatter |
A formatter that skips a suffix from a string.
|
| StringSuffixFormatter |
A formatter that adds a suffix to a string.
|
Copyright © 2006–2015 phloc systems. All rights reserved.