Method NextWord
NextWord()
Reads the word starting at the current character position. The word
terminates once Spatial4n.Core.IO.WktShapeParser.State.IsIdentifierPartCharacter(System.Char) (which is identical to Java's Character.isJavaIdentifierPart(char)
) returns false (or EOF).
offset is advanced past whitespace.
Declaration
public virtual string NextWord()
Returns
Type | Description |
---|---|
System.String | Non-null non-empty string. |