fromString

Converts a string into a decimal number. This departs from the specification in that the coefficient string may contain underscores. A leading or trailing "." is allowed by the specification even though not valid as a D language real.

D
fromString
(
D
)
(
string inStr
,
bool round = true
)

Meta