Triple.ToString Method |
Name | Description | |
---|---|---|
![]() | ToString() |
Gets a String representation of a Triple in the form 'Subject , Predicate , Object'.
(Overrides Object.ToString().) |
![]() | ToString(Boolean) |
Gets a String representation of a Triple in the form 'Subject , Predicate , Object' with optional compression of URIs to QNames.
|
![]() | ToString(ITripleFormatter) |
Gets the String representation of a Triple using the given Triple Formatter.
|