Singleton
caplin.element.formatter

UpperCaseFormatter

Converts a string to upper case.

UpperCaseFormatter 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.UpperCaseFormatter.format("Hello, World!", {})

Constructor Summary

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

Method Summary

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

Converts a string to lower case.

Constructor Detail

caplin.element.formatter.UpperCaseFormatter()

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 upper case.