Search
Converter.imageFromString Method
See Also
 






Converts the specified string value to image.

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

 Syntax

Java  Copy Code

public static Image imageFromString (
    String s
)

 Parameters

s

The string value to convert from.

 Return Value

An instance of the Image class that is deserialized from the specified string.

 See Also