MeasurementToString(IMeasurement, Boolean) Method
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.155 -- Release Build+e115e0aae9dba2e478171d226b178f6065fb745f
Gemstone.Timeseries.Measurement.ToString = function(measurement, includeTagName);
- measurement IMeasurement
- IMeasurement to convert to a String representation.
- includeTagName Boolean (Optional)
- Set to true to include measurement's tag name, if defined; otherwise set to false.
StringA
String that represents the specified
IMeasurement.