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