Click or drag to resize

ContextHelperConvertContextToJsonString Method

Converts a context to a JSON string

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public static string ConvertContextToJsonString(
	DataSet context
)

Parameters

context
Type: System.DataDataSet
Context in JSON format

Return Value

Type: String
JSON string
See Also