Formatters should be robust in the sense that they always return some relevant string.
If the formatter can detect an invalid input it should return the original string otherwise it may simply return a wrong output. @param fieldText The text to layout. @return The layouted text.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|