Caplin Trader 4.0.3

Class: module:br/presenter/formatter/LowerCaseFormatter

module:br/presenter/formatter/LowerCaseFormatter

Summary

Converts a string to lower case.

LowerCaseFormatter is typically used with Presenter, but can be invoked programmatically as in the following example which evaluate to "hello, world!":

br.presenter.formatter.LowerCaseFormatter.format("Hello, World!", {})