Converts the specified image to string.
Namespace: MindFusion.Json
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public static Task<string> FromImageAsync ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function FromImageAsync( _ |
The image object to convert.
A string representing the specified value.
See Also