Method NextIfEmptyAndSkipZM
NextIfEmptyAndSkipZM()
Skips over a dimensionality token (e.g. 'Z' or 'M') if found, storing in dimension, and then looks for EMPTY, consuming that and whitespace.
dimensionToken? 'EMPTY'?
Declaration
public virtual bool NextIfEmptyAndSkipZM()
Returns
Type | Description |
---|---|
System.Boolean | True if EMPTY was found. |