TurtleFormatterFormatBlankNode Method  | 
 
            Formats a Blank Node as a String.
            
 
    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.RDFIBlankNode
Blank Node. - segment
 - Type: SystemNullableTripleSegment
Triple Segment. 
Return Value
Type: 
String[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.TurtleFormatter.FormatBlankNode(VDS.RDF.IBlankNode,System.Nullable{VDS.RDF.Writing.TripleSegment})"]
See Also