Search
Converter.FromImageV4 Method
See Also
 





Converts the specified image to string.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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