MFJsonObjectAdaptorTToJson Method

Serialize the object to a json string.

Definition

Namespace: MFiles.VAF.Configuration.JsonAdaptor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual string ToJson(
	bool format = false
)

Parameters

format  Boolean  (Optional)
Indicates if the json should be formatted with new lines and indentation.

Return Value

String
JSON string.

Implements

IMFJsonAdaptorTToJson(Boolean)

See Also