OCLOperators strToInt
(Created page with " Returns an Integer of value equal to ''self'', or |invalid| if ''self'' does not represent an integer. {| class="wikitable" !Expression !Result |- |'3.0'.toInteger() |''in...")
 
(No difference)

Revision as of 09:51, 11 March 2022

Returns an Integer of value equal to self, or |invalid| if self does not represent an integer.

Expression Result
'3.0'.toInteger() invalid
'4'.toInteger() 4
'toInteger'.toInteger() invalid
This page was edited 70 days ago on 02/10/2024. What links here