C# Class Lucene.Net.Util.ToStringUtils

Helper methods to ease implementing {@link Object#toString()}.
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
Boost ( float boost ) : string

for printing boost only if not 1.0

ByteArray ( System.StringBuilder buffer, byte bytes ) : void
LongHex ( long x ) : string

Private Methods

Méthode Description
ToStringUtils ( ) : System

Method Details

Boost() public static méthode

for printing boost only if not 1.0
public static Boost ( float boost ) : string
boost float
Résultat string

ByteArray() public static méthode

public static ByteArray ( System.StringBuilder buffer, byte bytes ) : void
buffer System.StringBuilder
bytes byte
Résultat void

LongHex() public static méthode

public static LongHex ( long x ) : string
x long
Résultat string