WebPlanner Programmer's Guide

Convert.ToImage Method

See Also
 


Converts the specified string to an Image.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static Image ToImage (
    string s
)

Visual Basic  Copy Code

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

 Parameters

s

 Return Value

 See Also