Dec

Since 3.19

Number = Dec ( String AS String [ , Base AS Integer ] )

Get the integer number corresponding to a string representation in base Base.

Base must be an integer number between 2 and 36.

This is the same function as FromBase.

See also