Search
Converter.fromChar Method
See Also
 






Converts the specified char value to string.

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

 Syntax

Java  Copy Code

public static String fromChar (
    Character val
)

 Parameters

val

The value to convert.

 Return Value

A string representing the specified value.

 See Also