Integer.FromOctal
From Xojo Documentation
Shared Method
Converts a string form of an octal number to an Integer.
Shared Method
Converts a text form of an octal number to an Integer.
Exceptions
- InvalidArgumentException when the value passed is empty.
Sample Code
Convert "755" to the Integer value 493: