Class HumanizeMetricValueFormatProvider<T>
Inheritance
System.Object
HumanizeMetricValueFormatProvider<T>
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 HumanizeMetricValueFormatProvider<T> : IFormatProvider
Type Parameters
Name | Description |
---|---|
T |
Methods
GetFormat(Type)
Declaration
public object GetFormat(Type formatType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | formatType |
Returns
Type | Description |
---|---|
System.Object |
Implements
System.IFormatProvider.GetFormat(System.Type)