Click or drag to resize

TripleToString Method

Overload List
  NameDescription
Public methodToString
Gets a String representation of a Triple in the form 'Subject , Predicate , Object'.
(Overrides ObjectToString.)
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