The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
to
arsd
conv
Converts a string into the other given type. Throws on failure.
T
to
(const(char)[] str)
T
to
(
T
)
(
scope
const
(
char
)[]
str
)
string
to
(From value)
Meta
Source
See Implementation
arsd
conv
classes
StringToIntConvException
ValueOutOfRangeException
functions
checkedConversion
saturatingConversion
stringToInt
to
truncatingConversion
structs
StringToIntArgs
Converts a string into the other given type. Throws on failure.