Integer.FromOctal
From Xojo Documentation
Shared Method
Integer.FromOctal(octalValue As String) As Integer
New in 2019r2
Supported for all project types and targets.
New in 2019r2
Supported for all project types and targets.
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: