BaseFormatterFormat Method (INode, NullableTripleSegment) |
Formats a Node as a String.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public 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.RDFINode
Node. - segment
- Type: SystemNullableTripleSegment
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
INodeFormatterFormat(INode, NullableTripleSegment)See Also