ToInteger () : Integer
Peter Mugabe (talk | contribs) (Created page with "=== toLower () : String === Returns ''self'' with all characters converted to lowercase. {| class="wikitable" !Expression !Result |- |'LoWeR OpErAtIoN'.toLower() |'lower op...") |
No edit summary |
||
Line 8: | Line 8: | ||
|'lower operation' | |'lower operation' | ||
|} | |} | ||
[[Category:OCL]] |
Revision as of 08:22, 9 January 2023
This page was created by Peter on 2019-11-22. Last edited by Edgar on 2025-01-20.
toLower () : String
Returns self with all characters converted to lowercase.
Expression | Result |
---|---|
'LoWeR OpErAtIoN'.toLower() | 'lower operation' |