Search
Converter.ToImage Method
See Also
 





Converts the specified string value to image.

Namespace: MindFusion.Json
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static IImage ToImage (
    string s,
    string type
)

Visual Basic  Copy Code

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

 Parameters

s

type

 Return Value

 See Also