Class Formatter
Formatting utilities (for reports).
Inheritance
System.Object
Formatter
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class Formatter : object
Methods
Name | Description |
---|---|
Format(Int32, Double, String) | |
Format(Int32, Single, String) | Padd a number from left. |
Format(Int32, String) | Pad a number from left. |
Format(String, String) | Pad a string from right. |
FormatPaddLeft(String, String) | Pad a string from left. |
FormatPaddRight(Int32, Double, String) | |
FormatPaddRight(Int32, Single, String) | Pad a number from right. |