Parameter.normalizedValueFromString

class Parameter
nothrow @nogc abstract
bool
normalizedValueFromString
(
const(char)[] valueString
,
out double result
)

Return Value

Type: bool

A normalized value associated with the string. Can throw Exceptions.

Meta