OCLOperators format
(Automatically adding template at the end of the page.)
No edit summary
Line 1: Line 1:
There's no general format operator as a function in MDriven OCL as in C#, please see [[ToString]] which is mostly identical but is a method on the numeric type.
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:
{| class="wikitable"
|thetemplate hello - there that can have any number of replacers 3,1
|}
[[Category:OCL General Operators]]
[[Category:OCL General Operators]]
{{Edited|July|12|2024}}
{{Edited|July|12|2024}}

Revision as of 10:57, 15 March 2024

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
This page was edited 43 days ago on 03/15/2024. What links here