Microsoft SDK for Java

Utils.parseDblList

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 (,).

© 1999 Microsoft Corporation. All rights reserved. Terms of use.