Converts the specified string value to float.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public static float toSingle ( |
The string value to convert from.
A float value that is deserialized from the specified string.
See Also