OCLOperators ToUpper () : String
This page was created by Peter on 2019-11-22. Last edited by Edgar on 2025-01-20.

Returns self with all characters converted to uppercase.

Expression Result
'UpPeR OpErAtIoN'.toUpper() 'UPPER OPERATION'