Search
Converter.toImage Method
See Also
 






Converts the specified string value to image.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public static Image toImage (
    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