Class HumanizeHealthCheckResultFormatter
Inheritance
System.Object
HumanizeHealthCheckResultFormatter
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 HumanizeHealthCheckResultFormatter : 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)