MindFusion.Charting for Java Programmer's Guide
Converter.toDouble Method
See Also
 






  Gauges

Converts the specified string value to double.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public static double toDouble (
    String s
)

 Parameters

s

The string value to convert from.

 Return Value

A double value that is deserialized from the specified string.

 See Also