Apache Lucene.Net 2.4.0 Class Library API

SupportClass.Number.ToString Method

Converts a number to System.String.

Overload List

Inherited from Object.

public virtual string ToString();

Converts a number to System.String.

public static string ToString(long);

Converts a number to System.String in the specified radix.

public static string ToString(long,int);

Converts a number to System.String.

public static string ToString(float);

See Also

SupportClass.Number Class | (global) Namespace