Class ToStringUtils
Inheritance
ToStringUtils
Assembly: Lucene.Net.dll
Syntax
public static class ToStringUtils
Methods
Boost(float)
For printing boost only if not 1.0.
Declaration
public static string Boost(float boost)
Parameters
Type |
Name |
Description |
float |
boost |
|
Returns
ByteArray(StringBuilder, byte[])
Declaration
public static void ByteArray(StringBuilder buffer, byte[] bytes)
Parameters
Int64Hex(long)
NOTE: This was longHex() in Lucene
Declaration
public static string Int64Hex(long x)
Parameters
Type |
Name |
Description |
long |
x |
|
Returns