Search
Convert.fromImage Method
See Also
 






Converts the specified image to string.

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public static String fromImage (
    Image val
)

 Parameters

val

The image object to convert.

 Return Value

A string representing the specified value.

 See Also