Click or drag to resize

MeasurementToString(IMeasurement, Boolean) Method

Returns a String that represents the specified IMeasurement.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static string ToString(
	IMeasurement measurement,
	bool includeTagName = true
)
View Source

Parameters

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

String
A String that represents the specified IMeasurement.
See Also