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






  Gauges

Converts the specified string value to char.

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

 Syntax

Java  Copy Code

public static Character toChar (
    String s
)

 Parameters

s

The string value to convert from.

 Return Value

A char value that is deserialized from the specified string.

 See Also