Singleton
caplin.element.formatter

LowerCaseFormatter

Converts a string to lower case.

LowerCaseFormatter is typically used in the XML Renderer Framework, but can be invoked programmatically as in the following example which evaluate to "hello, world!"

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

Constructor Summary

Attributes Name and Description
caplin.element.formatter.LowerCaseFormatter()

Method Summary

Attributes Name and Description
String format(Variant vValue, Map mAttributes)

Converts a string to lower case.

Constructor Detail

caplin.element.formatter.LowerCaseFormatter()

Method Detail

String format(Variant vValue, Map mAttributes)

Converts a string to lower case.

Parameters
Variant vValue the string.
Map mAttributes (unused)
Returns
the string, converted to lower case.