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