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

Class HumanizeMeterMetricFormatter

Inheritance
System.Object
HumanizeMeterMetricFormatter
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 sealed class HumanizeMeterMetricFormatter : ICustomFormatter

Methods

Format(String, Object, IFormatProvider)

Declaration
public string Format(string format, object arg, IFormatProvider formatProvider)
Parameters
Type Name Description
System.String format
System.Object arg
System.IFormatProvider formatProvider
Returns
Type Description
System.String
Implements
System.ICustomFormatter.Format(System.String, System.Object, System.IFormatProvider)
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX