convertStringToDouble

C-locale independent string to float parsing.

nothrow @nogc pure nothrow @nogc
double
convertStringToDouble
(
const(char)* s
,,
bool* err
)

Parameters

s const(char)*

Must be a zero-terminated string.

mustConsumeEntireInput bool

if true, check that s is entirely consumed by parsing the number.

err bool*

optional bool

Meta