Skip to content

Toro Cloud Dev Center


UtilFunctions

The Util class contains functions for formatting double or long values to String. Functions of this class can be used in both Gloop and Groovy.

Below are some example usages:

Sample service showing how to use the `Util` functions

1
assert 14400.1273.format('000000.##').equals('014400.13')