Search
ShapeList.ToString Method
See Also
 





Creates a string representation of the specified ShapeList.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public static string ToString (
    ShapeList shapes
)

Visual Basic  Copy Code

Public Shared Function ToString( _
    shapes As ShapeList _
) As String

 Parameters

shapes

A list of Shape objects.

 Return Value

A string containing comma-delimited list of shape identifiers.

 See Also