Search
Ruler.ToJson Method
See Also
 





Serializes the Ruler's data to JSON.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public static string ToJson (
    Ruler ruler
)

Visual Basic  Copy Code

Public Shared Function ToJson( _
    ruler As Ruler _
) As String

 Parameters

ruler

 Return Value

The JSON string.

 See Also