Converts this message to a JSON formatting string
Namespace: CFXAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic string ToJson(
bool formatted = false
)
Public Function ToJson (
Optional formatted As Boolean = false
) As String
Parameters
- formatted Boolean (Optional)
- Whether or not to format the JSON for easy human interpretation. Adds whitespace and carriage returns.
Return Value
StringA JSON formatted string
See Also