INodeFormatter.Format Method (INode, Nullable<TripleSegment>) |
Formats a Node as a String for a specific segment of a Triple.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxstring Format(
INode n,
Nullable<TripleSegment> segment
)
Function Format (
n As INode,
segment As Nullable(Of TripleSegment)
) As String
Parameters
- n
- Type: VDS.RDF.INode
Node. - segment
- Type: System.Nullable<TripleSegment>
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