Metric ToString Method C# API
Returns a string that represents the current Metric.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public override string ToString()

Return Value

A string that represents the current Metric.
Remarks

The metric is represented as a name=value pair. For failed metrics ",F" is appended.

Sample output: myMetric=12,F

See Also