OCLOperators format
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The format is a static method of the type String:

String.format('thetemplate {0} - {1} that can have any number of replacers, in this case {2}','hello','there',3)

The sample above will produce:

thetemplate hello - there that can have any number of replacers 3,1

For more details see Microsofts page


This page was edited 42 days ago on 03/15/2024. What links here