Interface INodeFormatter
Interface for classes which can format Nodes into Strings.
Assembly: dotNetRDF.dll
public interface INodeFormatter
Methods
|
Improve this Doc
View Source
Formats a Node as a String.
Declaration
Parameters
Type |
Name |
Description |
INode |
n |
Node. |
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Formats a Node as a String for a specific segment of a Triple.
Declaration
string Format(INode n, TripleSegment? segment)
Parameters
Returns
Type |
Description |
System.String |
|
Extension Methods