ToInteger () : Integer
No edit summary
(Automatically adding template at the end of the page.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== toLower () : String ===
=== toLower () : String ===
Returns ''self'' with all characters converted to lowercase.
Returns ''self'' with all characters converted to lowercase.  
{| class="wikitable"
{| class="wikitable"
!Expression
!Expression
Line 8: Line 8:
|'lower operation'
|'lower operation'
|}
|}
[[Category:OCL]]
[[Category:OCLOperators]]
{{Edited|July|12|2024}}

Latest revision as of 15:48, 10 February 2024

toLower () : String

Returns self with all characters converted to lowercase.

Expression Result
'LoWeR OpErAtIoN'.toLower() 'lower operation'
This page was edited 97 days ago on 02/10/2024. What links here