Click or drag to resize

IQueryFormatterFormat Method (PatternItem, NullableTripleSegment)

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.PatternsPatternItem
Pattern Item.
segment
Type: SystemNullableTripleSegment
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