Class UncompressedTurtleStarFormatter
Formatter which formats Turtle-Star without any compression.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Writing.Formatting
Assembly: dotNetRdf.dll
Syntax
public class UncompressedTurtleStarFormatter : NTriplesFormatter, INodeFormatter, ITripleFormatter, IUriFormatter, ICharFormatter, IResultFormatter
Constructors
| Improve this Doc View SourceUncompressedTurtleStarFormatter()
Creates a new uncompressed Turtle-Star formatter.
Declaration
public UncompressedTurtleStarFormatter()
Methods
| Improve this Doc View SourceFormatChar(char[])
Formats a sequence of characters as a String.
Declaration
public override string FormatChar(char[] cs)
Parameters
Type | Name | Description |
---|---|---|
char[] | cs | Characters. |
Returns
Type | Description |
---|---|
string | String. |