Search
Converter.ToImage Method (String)
See Also
 






Converts the specified string value to image.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public static ImageSource ToImage (
    string s
)

Visual Basic  Copy Code

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

 Parameters

s

The string value to convert from.

 Return Value

An ImageSource object that is deserialized from the specified string.

 See Also