Click or drag to resize

MeasurementKeyParse Method

Converts the string representation of a MeasurementKey into its value equivalent.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static MeasurementKey Parse(
	string value
)
View Source

Parameters

value  String
A string representing the MeasurementKey to convert.

Return Value

MeasurementKey
A MeasurementKey value equivalent the representation contained in value.
Exceptions
ExceptionCondition
FormatExceptionThe value is not in the correct format for a MeasurementKey value.
See Also