Click or drag to resize

ContextHelperConvertContextToJsonString Method

Note: This API is now obsolete.

Converts a context to a JSON string

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
[ObsoleteAttribute("This method is obsolete. Use GetJsonFromContext instead.", 
	false)]
public static string ConvertContextToJsonString(
	DataSet context
)

Parameters

context
Type: System.DataDataSet
Context in JSON format

Return Value

Type: String
JSON string
See Also