DeliminatedLineFormatterFormatUriNode Method  | 
 
            Formats a URI Node.
            
 
    Namespace: 
   VDS.RDF.Writing.Formatting
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected 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 Node. - segment
 - Type: SystemNullableTripleSegment
Triple Segment. 
Return Value
Type: 
String[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.DeliminatedLineFormatter.FormatUriNode(VDS.RDF.IUriNode,System.Nullable{VDS.RDF.Writing.TripleSegment})"]
See Also