BaseFormatter Constructor |
Creates a new Formatter.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic BaseFormatter(
string formatName
)
Public Sub New (
formatName As String
)
Parameters
- formatName
- Type: System.String
Format Name.
See Also