Click or drag to resize

CalibrationDataGetJSONCalibrationBlob Method

Gets a json representation of the data in this object. Can be used with this class's String constructor to create a clone.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public string GetJSONCalibrationBlob()

Return Value

Type: String
a json string representing the data of this object.
See Also