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: System.String
Format Name.
deliminator
Type: System.Char
Item Deliminator Character.
escape
Type: System.Char
Escape Character.
uriStartChar
Type: System.Nullable<Char>
Character to start URIs (may be null).
uriEndChar
Type: System.Nullable<Char>
Character to end URIs (may be null).
literalWrapperChar
Type: System.Nullable<Char>
Character to wrap Literals in (may be null).
longLiteralWrapperChar
Type: System.Nullable<Char>
Character to wrap Long Literals in (may be null).
lineEndChar
Type: System.Nullable<Char>
Character to add at end of line (may be null).
fullLiteralOutput
Type: System.Boolean
Whether Literals are output with Language/Datatype information.
See Also