CsvFormatterFormatUriNode Method |
Formats URIs for CSV output.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected override string FormatUriNode(
IUriNode u,
Nullable<TripleSegment> segment
)
Protected Overrides Function FormatUriNode (
u As IUriNode,
segment As Nullable(Of TripleSegment)
) As String
Parameters
- u
- Type: VDS.RDFIUriNode
URI. - segment
- Type: SystemNullableTripleSegment
Triple Segment.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.CsvFormatter.FormatUriNode(VDS.RDF.IUriNode,System.Nullable{VDS.RDF.Writing.TripleSegment})"]
See Also