NTriplesFormatter Constructor (String) |
Creates a new NTriples Formatter.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected NTriplesFormatter(
string formatName
)
Protected Sub New (
formatName As String
)
Parameters
- formatName
- Type: SystemString
Format Name.
See Also