ToJson Method (DefaultExportSetting)
In This Topic
Converts the export setting to a JSON string.
Syntax
'Declaration
Public MustOverride Function ToJson() As String
public abstract string ToJson()
Return Value
A JSON
System.String value representing the export setting.
See Also