MFJsonCollectionAdaptorT, IT, TIToJson Method |
Serialize the object to a json string.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic virtual string ToJson(
bool format = false
)
Parameters
- format (Optional)
- Type: SystemBoolean
Indicates if the json should be formatted with new lines and indentation.
Return Value
Type:
StringJSON string.
Implements
IMFJsonAdaptorTToJson(Boolean)
See Also