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 ImageSource ToImage (
    string s,
    string type
)

Visual Basic  Copy Code

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

 Parameters

s

type

 Return Value

 See Also