Caplin Trader 5.1.0

Class: module:br-formatting/LowerCaseFormatter

module:br-formatting/LowerCaseFormatter()

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!":

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

Constructor

new module:br-formatting/LowerCaseFormatter()

Implements:

Methods

format(vValue, mAttributes)

Converts a string to lower case.

Parameters:
Name Type Description
vValue Variant

the string.

mAttributes Map

(unused)

Implements:
Returns:

the string, converted to lower case.