Click or drag to resize

CFXMessageToJson Method

Converts this message to a JSON formatting string

Namespace: CFX
Assembly: CFX (in CFX.dll) Version: 1.7.3
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