BaseFormatter.Format Method (INode, Nullable<TripleSegment>) |
Formats a Node as a String.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic virtual string Format(
INode n,
Nullable<TripleSegment> segment
)
Public Overridable Function Format (
n As INode,
segment As Nullable(Of TripleSegment)
) As String
Parameters
- n
- Type: VDS.RDF.INode
Node. - segment
- Type: System.Nullable<TripleSegment>
Triple Segment.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.BaseFormatter.Format(VDS.RDF.INode,System.Nullable{VDS.RDF.Writing.TripleSegment})"]
Implements
INodeFormatter.Format(INode, Nullable<TripleSegment>)
See Also