The NumberTools type exposes the following members.

Constructors

  NameDescription
Public methodNumberTools
Initializes a new instance of the NumberTools class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLongToString
Converts a long to a String suitable for indexing.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberStringToLong
Converts a String that was returned by {@link #longToString} back to a long.
Public methodStatic memberToLong
Public methodToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodStatic memberToString(Int64)

Fields

  NameDescription
Public fieldStatic memberMAX_STRING_VALUE
Equivalent to longToString(Long.MAX_VALUE)
Public fieldStatic memberMIN_STRING_VALUE
Equivalent to longToString(Long.MIN_VALUE)
Public fieldStatic memberSTR_SIZE
The length of (all) strings returned by {@link #longToString}

See Also