Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public virtual string decodeGraph(
	string graphStr,
	string encodingStr
)
Visual Basic
Public Overridable Function decodeGraph ( _
	graphStr As String, _
	encodingStr As String _
) As String

Parameters

graphStr
Type: System..::..String
encodingStr
Type: System..::..String

See Also