MindFusion.Java Package Programmer's Guide
Converter.toSingle Method
See Also
 






Converts the specified string value to a float.

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

public static float toSingle (
    String s
)

 Parameters

s

The string value to convert from.

 Return Value

A float value that is deserialized from the specified string.

 See Also

Converter Members
Converter Class
com.mindfusion.charting Namespace