Click or drag to resize

OntologyResourceToString Method

Gets the String representation of the Resource.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override string ToString()

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.ToString"]

Remarks
This is either the first label (if any are declared) or the string representation of the INode that this resource wraps.
See Also