Overview | Methods | This Package | All Packages
Parses the string for a list of double values.
Syntax
public static double[] parseDblList( String s )
Parameters
s
The string to check.
Return Value
Returns an array of double values found in the string.
Remarks
The double values must be separated by the list character as determined by the region settings. This is typically a comma (,).