set_from_string
Description:
[
Version ( since =
"5.0.2" ) ]
public void set_from_string (
string str)
Sets this with a number represented by str
, in the C locale format (dot as a fraction separator)
.
Parameters:
this |
a Numeric
|
str |
a string representing a number, in the C locale format
|