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()
Public Function GetJSONCalibrationBlob As String
public:
String^ GetJSONCalibrationBlob()
member GetJSONCalibrationBlob : unit -> string
Return Value
Type:
String
a json string representing the data of this object.
See Also