Click or drag to resize

IQueryFormatter.Format Method (PatternItem, Nullable<TripleSegment>)

Formats a Triple Pattern item into a String.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
string Format(
	PatternItem item,
	Nullable<TripleSegment> segment
)

Parameters

item
Type: VDS.RDF.Query.Patterns.PatternItem
Pattern Item.
segment
Type: System.Nullable<TripleSegment>
Segment of the Triple Pattern in which the Item appears.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.IQueryFormatter.Format(VDS.RDF.Query.Patterns.PatternItem,System.Nullable{VDS.RDF.Writing.TripleSegment})"]

See Also