Click or drag to resize

CFXMessageToJson Method

Converts this message to a JSON formatting string

Namespace: CFX
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public string ToJson(
	bool formatted = false
)

Parameters

formatted  Boolean  (Optional)
Whether or not to format the JSON for easy human interpretation. Adds whitespace and carriage returns.

Return Value

String
A JSON formatted string
See Also