Click or drag to resize

DeliminatedLineFormatter Constructor

Creates a new Deliminated Line Formatter.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public DeliminatedLineFormatter(
	string formatName,
	char deliminator,
	char escape,
	Nullable<char> uriStartChar,
	Nullable<char> uriEndChar,
	Nullable<char> literalWrapperChar,
	Nullable<char> longLiteralWrapperChar,
	Nullable<char> lineEndChar,
	bool fullLiteralOutput
)

Parameters

formatName
Type: SystemString
Format Name.
deliminator
Type: SystemChar
Item Deliminator Character.
escape
Type: SystemChar
Escape Character.
uriStartChar
Type: SystemNullableChar
Character to start URIs (may be null).
uriEndChar
Type: SystemNullableChar
Character to end URIs (may be null).
literalWrapperChar
Type: SystemNullableChar
Character to wrap Literals in (may be null).
longLiteralWrapperChar
Type: SystemNullableChar
Character to wrap Long Literals in (may be null).
lineEndChar
Type: SystemNullableChar
Character to add at end of line (may be null).
fullLiteralOutput
Type: SystemBoolean
Whether Literals are output with Language/Datatype information.
See Also