Charting for WinForms Programmer's Guide
Converter.FromImage Method
See Also
 






Converts the specified image to string.

Namespace: MindFusion.Json
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static string FromImage (
    Image val
)

Visual Basic  Copy Code

Public Shared Function FromImage( _
    val As Image _
) As String

 Parameters

val

The image object to convert.

 Return Value

A string representing the specified value.

 See Also

Converter Members
Converter Class
MindFusion.Json Namespace