Click or drag to resize

BaseTokeniserConsumeNewLine Method (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
)

Parameters

asOutput
Type: SystemBoolean
Whether the New Line should be added to the Output Buffer.
See Also