A
CSVFieldFormatter Formatter which transforms the input into all upper case and returns the
upper case version.
The declarative name of this formatter is allUpperCase.
author: Anupam Sengupta version: $Revision: 1.2 $ See Also:AllLowerCaseFormatter since: 1.5
Formats the value and transforms the result to all UPPER case.
Parameters: value - the value to be transformed the UPPER case transformed value See Also:CSVFieldFormatter.format(String)