Converts the specified string value to image.
Namespace: MindFusion.Json
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public static Image ToImage ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function ToImage( _ |
The string value to convert from.
A Image object that is deserialized from the specified string.
See Also