TripleToString Method (Boolean) |
Gets a String representation of a Triple in the form 'Subject , Predicate , Object' with optional compression of URIs to QNames.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public string ToString(
bool compress
)
Public Function ToString (
compress As Boolean
) As String
Parameters
- compress
- Type: SystemBoolean
Controls whether URIs will be compressed to QNames in the String representation.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Triple.ToString(System.Boolean)"]
See Also