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






Converts the specified string value to image.

Namespace: MindFusion.Json
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static Image ToImage (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToImage( _
    s As String _
) As Image

 Parameters

s

The string value to convert from.

 Return Value

A Image object that is deserialized from the specified string.

 See Also

Converter Members
Converter Class
MindFusion.Json Namespace