Click or drag to resize

BaseTokeniserConsumeNewLine Method (Boolean, Boolean)

Consumes a New Line (which may be a single \n or \r or the two characters following each other).

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected void ConsumeNewLine(
	bool asOutput,
	bool allowEOF
)

Parameters

asOutput
Type: SystemBoolean
Whether the New Line should be added to the Output Buffer.
allowEOF
Type: SystemBoolean
Whether EOF is permitted instead of a New Line.
See Also