Operator implicit operator
implicit operator string(MetricId)
Implicit operator to convert to string.
Declaration
public static implicit operator string(MetricId metricId)
Parameters
Type | Name | Description |
---|---|---|
MetricId | metricId | The MetricId to convert to string. |
Returns
Type | Description |
---|---|
string | The name of the MetricId. |