Converts the specified string value to char.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public static Character toChar ( |
The string value to convert from.
A char value that is deserialized from the specified string.
See Also