App Metrics Fork me on GitHub
Show / Hide Table of Contents

Class MetricValueStringExtensions

Inheritance
System.Object
MetricValueStringExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:App.Metrics.Formatting.Humanize
Assembly:cs.temp.dll.dll
Syntax
[Obsolete("Replaced with formatting packages which can be used with the Report Runner")]
public static class MetricValueStringExtensions

Methods

FormatReadableMetricValue(String, String, String)

Declaration
public static string FormatReadableMetricValue(this string label, string value, string sign = "=")
Parameters
Type Name Description
System.String label
System.String value
System.String sign
Returns
Type Description
System.String
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX