Click or drag to resize

BaseFormatterFormatBlankNode Method

Formats a Blank Node as a String for the given Format.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual string FormatBlankNode(
	IBlankNode b,
	Nullable<TripleSegment> segment
)

Parameters

b
Type: VDS.RDFIBlankNode
Blank Node.
segment
Type: SystemNullableTripleSegment
Triple Segment.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.BaseFormatter.FormatBlankNode(VDS.RDF.IBlankNode,System.Nullable{VDS.RDF.Writing.TripleSegment})"]

See Also