Gambas Documentation
Documents
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
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
Conversion Functions