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