WebPlanner Programmer's Guide

GraphicObject.Serialize Method

See Also
 


Serializes the specified object to a string.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static string Serialize (
    GraphicObject obj
)

Visual Basic  Copy Code

Public Shared Function Serialize ( _
    obj As GraphicObject _
) As String

 Parameters

obj
The graphic object to serialize.

 Return Value

A string that represents the specified object.

 See Also