C# Class XLog.Formatters.NumbersFormatter

Afficher le fichier Open project: Belorus/XLog

Méthodes publiques

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

Method Details

AppendDigitsFast() public static méthode

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