Search
Diagram.SaveToString Method ()
See Also
 





Encodes the diagram contents into an ASCII string.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public string SaveToString ()

Visual Basic  Copy Code

Public Function SaveToString () As String

 Return Value

A string containing the encoded diagram data.

 Remarks

There are no special characters in the returned string, so the result can be easily stored in a database field or embedded into an XML document. That might be used also for transferring a diagram between a web page with embedded WpfDiagram and a web server, passing the string as a value of a hidden HTML field.

 See Also