Click or drag to resize

WebCaptureRequestHandlerDictToJson Method

A helper method to turn a Dictionary<string, string> into JSON.

Namespace:  Atalasoft.Imaging.WebControls.Capture
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected string DictToJson(
	Dictionary<string, string> dict
)

Parameters

dict
Type: System.Collections.GenericDictionaryString, String
The Dictionary<string, string> which the JSON string is made from.

Return Value

Type: String
Returns a JSON parsable string made from the Dictionary<string, string> passed in.
See Also