The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
stringToInt
arsd
conv
if radix is 0, guess from 0o, 0x, 0b prefixes.
long
stringToInt
(
scope
const
(
char
)[]
str
,
StringToIntArgs
args
=
StringToIntArgs.init
)
Meta
Source
See Implementation
arsd
conv
classes
StringToIntConvException
ValueOutOfRangeException
functions
checkedConversion
saturatingConversion
stringToInt
to
truncatingConversion
structs
StringToIntArgs
if radix is 0, guess from 0o, 0x, 0b prefixes.