Converts a string containing a numeric value to a double data type.
0 |
String |
String Input |
The source string containing a double value. |
1 |
Double |
Resultant Double |
The resulting double value. |
SUCCESS |
The string was converted successfully to a double. |
FAILURE |
The source string did not contain a numeric value. |
None.