Class UncompressedTurtleFormatter
Formatter which formats Turtle without any compression.
Inheritance
System.Object
UncompressedTurtleFormatter
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 UncompressedTurtleFormatter : NTriplesFormatter, INodeFormatter, ITripleFormatter, IUriFormatter, ICharFormatter, IResultFormatter
Constructors
| Improve this Doc View SourceUncompressedTurtleFormatter()
Creates a new Uncompressed Turtle Formatter.
Declaration
public UncompressedTurtleFormatter()
UncompressedTurtleFormatter(string)
Creates a new Uncompressed Formatter.
Declaration
protected UncompressedTurtleFormatter(string formatName)
Parameters
Type | Name | Description |
---|---|---|
string | formatName | Format Name. |
Methods
| Improve this Doc View SourceFormatChar(char)
Formats characters.
Declaration
[Obsolete("This form of the FormatChar() method is considered obsolete as it is inefficient", true)]
public override string FormatChar(char c)
Parameters
Type | Name | Description |
---|---|---|
char | c | Character. |
Returns
Type | Description |
---|---|
string |
Overrides
| 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. |