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!", {})
Attributes | Name and Description |
---|---|
|
caplin.element.formatter.UpperCaseFormatter()
|
Attributes | Name and Description |
---|---|
|
String
format(Variant vValue, Map mAttributes)
Converts a string to lower case. |
►
caplin.element.formatter.UpperCaseFormatter()
►
String
format(Variant vValue, Map mAttributes)
Converts a string to lower case.
Variant | vValue | the string. |
Map | mAttributes | (unused) |