Skip white space. This routine skips with space in the input and returns the number of character skipped. White space is defined as ' ', '\t', '\n' or '\r'
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function SkipWhite( _ ByVal length As Integer _ ) As Integer |
C# |
---|
public virtual int SkipWhite( int length ) |
C++ |
---|
public: virtual int SkipWhite( int length ) |
J# |
---|
public virtual int SkipWhite( int length ) |
JScript |
---|
public virtual
function SkipWhite( length : int ) : int |
Parameters
- length
- The maximum number of characters to skip.