The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
StringToIntArgs
arsd
conv
if radix is 0, guess from 0o, 0x, 0b prefixes.
struct
StringToIntArgs {
int
radix
;
bool
unsigned
;
char
ignoredSeparator
;
}
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.