Click or drag to resize

Triple.ToString Method

Overload List
  NameDescription
Public methodToString()
Gets a String representation of a Triple in the form 'Subject , Predicate , Object'.
(Overrides Object.ToString().)
Public methodToString(Boolean)
Gets a String representation of a Triple in the form 'Subject , Predicate , Object' with optional compression of URIs to QNames.
Public methodToString(ITripleFormatter)
Gets the String representation of a Triple using the given Triple Formatter.
Top
See Also