C# 클래스 Lucene.Net.Util.ToStringUtils

Helper methods to ease implementing {@link Object#toString()}.
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
Boost ( float boost ) : string

for printing boost only if not 1.0

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

비공개 메소드들

메소드 설명
ToStringUtils ( ) : System

메소드 상세

Boost() 공개 정적인 메소드

for printing boost only if not 1.0
public static Boost ( float boost ) : string
boost float
리턴 string

ByteArray() 공개 정적인 메소드

public static ByteArray ( System.StringBuilder buffer, byte bytes ) : void
buffer System.StringBuilder
bytes byte
리턴 void

LongHex() 공개 정적인 메소드

public static LongHex ( long x ) : string
x long
리턴 string