C# Class XLog.Formatters.NumbersFormatter

Exibir arquivo Open project: Belorus/XLog

Public Methods

Method Description
AppendDigitsFast ( this builder, int value, int len, char padding = '0' ) : void

Method Details

AppendDigitsFast() public static method

public static AppendDigitsFast ( this builder, int value, int len, char padding = '0' ) : void
builder this
value int
len int
padding char
return void