Search
Converter.ToImageV4 Method
See Also
 






Converts the specified string value to image.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public static Image ToImageV4 (
    string s
)

Visual Basic  Copy Code

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

 Parameters

s

The string value to convert from.

 Return Value

A .NET Image object that is deserialized from the specified string.

 Remarks

This method is used in XML file format 4 and earlier.

 See Also