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.0.5.0 (8.0.5.20210818)
Syntax [ObsoleteAttribute("This method is obsolete. Use GetJsonFromContext instead.",
false)]
public static string ConvertContextToJsonString(
DataSet context
)
<ObsoleteAttribute("This method is obsolete. Use GetJsonFromContext instead.",
false)>
Public Shared Function ConvertContextToJsonString (
context As DataSet
) As String
Parameters
- context
- Type: System.DataDataSet
Context in JSON format
Return Value
Type:
StringJSON string
See Also