|
MeasurementToString(IMeasurement, Boolean) Method
|
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax static member ToString :
measurement : IMeasurement *
?includeTagName : bool
(* Defaults:
let _includeTagName = defaultArg includeTagName true
*)
-> string
GSF.TimeSeries.Measurement.ToString = function(measurement, includeTagName);
View SourceParameters
- 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.
Return Value
StringA
String that represents the specified
IMeasurement.
See Also