Serializes the specified object to a string.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public static string Serialize ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Serialize ( _ |
A string that represents the specified object.
See Also