Numeric.setFromString
void setFromString(string str)Sets numeric with a number represented by str, in the C locale format (dot as a fraction separator).
Parameters
str | a string representing a number, in the C locale format |
void setFromString(string str)Sets numeric with a number represented by str, in the C locale format (dot as a fraction separator).
str | a string representing a number, in the C locale format |