Get the number of characters used to parse the previous number (or the length of the previous String returned).


Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property NumberLength As Integer
C#
public virtual int NumberLength { get; }
C++
public virtual property int NumberLength {
    int get();
}
J#
/** property */
public int get_NumberLength();
JScript
public function get NumberLength() : int

See Also