Converts a string to a number.
public static double parseNumber( String value )
value
The string containing a numeric value.
Returns a double value that represents the string.
WFCInvalidArgumentException thrown if the value parameter is null or if the string cannot be interpreted as a number.