Class AsciiSyntax
Inheritance
System.Object
AsciiSyntax
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.Ascii
Assembly:cs.temp.dll.dll
Syntax
public class AsciiSyntax
Methods
FormatReadable(String, String, String)
Declaration
public static string FormatReadable(string label, string value, string sign = "=")
Parameters
Type | Name | Description |
---|---|---|
System.String | label | |
System.String | value | |
System.String | sign |
Returns
Type | Description |
---|---|
System.String |
FormatTimestamp(DateTime)
Declaration
public static string FormatTimestamp(DateTime timestamp)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | timestamp |
Returns
Type | Description |
---|---|
System.String |
FormatValue(Object)
Declaration
public static string FormatValue(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Type | Description |
---|---|
System.String |