Search
Converter.ToImage Method
See Also
 





Converts the specified string value to image.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static IImage ToImage (
    string s
)

Visual Basic  Copy Code

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

 Parameters

s

The string value to convert from.

 Return Value

A Microsoft.Maui.Graphics.IImage that is deserialized from the specified string.

 See Also