Class UncompressedTurtleFormatter
Formatter which formats Turtle without any compression.
Inheritance
System.Object
UncompressedTurtleFormatter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.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 |
---|---|---|
System.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", false)]
public override string FormatChar(char c)
Parameters
Type | Name | Description |
---|---|---|
System.Char | c | Character. |
Returns
Type | Description |
---|---|
System.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 |
---|---|---|
System.Char[] | cs | Characters. |
Returns
Type | Description |
---|---|
System.String | String. |