Class CsvFormatter
Formatter for generating CSV.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRdf.dll
Syntax
public class CsvFormatter : BaseFormatter, INodeFormatter, ITripleFormatter, IUriFormatter, ICharFormatter, IResultFormatter
Constructors
| Improve this Doc View SourceCsvFormatter()
Creates a new CSV Formatter.
Declaration
public CsvFormatter()
Methods
| Improve this Doc View SourceFormatLiteralNode(ILiteralNode, TripleSegment?)
Formats Literals for CSV output.
Declaration
protected override string FormatLiteralNode(ILiteralNode l, TripleSegment? segment)
Parameters
Type | Name | Description |
---|---|---|
ILiteralNode | l | Literal. |
TripleSegment? | segment | Triple Segment. |
Returns
Type | Description |
---|---|
string |
Overrides
| Improve this Doc View SourceFormatUriNode(IUriNode, TripleSegment?)
Formats URIs for CSV output.
Declaration
protected override string FormatUriNode(IUriNode u, TripleSegment? segment)
Parameters
Type | Name | Description |
---|---|---|
IUriNode | u | URI. |
TripleSegment? | segment | Triple Segment. |
Returns
Type | Description |
---|---|
string |