public static MeasurementKey Parse(
string value
)
Public Shared Function Parse (
value As String
) As MeasurementKey
public:
static MeasurementKey^ Parse(
String^ value
)
Gemstone.Timeseries.MeasurementKey.Parse = function(value);
FormatException | The value is not in the correct format for a MeasurementKey value. |