Search
Converter.ImageFromString Method
See Also
 






Converts the specified string value to image.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public static Image ImageFromString (
    string s
)

Visual Basic  Copy Code

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

 Parameters

s

The string value to convert from.

 Return Value

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

 See Also