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






Converts the specified image to string.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public static string FromImageV4 (
    Image val
)

Visual Basic  Copy Code

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

 Parameters

val

The Image object to convert.

 Return Value

A string representing the specified value.

 Remarks

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

 See Also

Converter Members
Converter Class
MindFusion.Charting Namespace