Xima\XmTools\Classes\ViewHelpers\Object\StrtoupperViewHelper

class StrtoupperViewHelper

Formats a number with custom precision, decimal point and grouped thousands.

= Examples =

<code title=”Defaults”> <f:format.strtolower>This is an example</f:format.number> </code> <output> this is an example </output>

render()

Format the string with strtolower().

Returns:string The formatted string