NTriplesFormatter.FormatBlankNode Method |
Formats a Blank Node.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected override string FormatBlankNode(
IBlankNode b,
Nullable<TripleSegment> segment
)
Protected Overrides Function FormatBlankNode (
b As IBlankNode,
segment As Nullable(Of TripleSegment)
) As String
Parameters
- b
- Type: VDS.RDF.IBlankNode
Blank Node. - segment
- Type: System.Nullable<TripleSegment>
Triple Segment.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.NTriplesFormatter.FormatBlankNode(VDS.RDF.IBlankNode,System.Nullable{VDS.RDF.Writing.TripleSegment})"]
See Also