StringWriterWrite Method (ITripleStore, IStoreWriter) |
Writes the given Triple Store to a String and returns the output in your chosen concrete RDF dataset syntax.
Namespace:
VDS.RDF.Writing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static string Write(
ITripleStore store,
IStoreWriter writer
)
Public Shared Function Write (
store As ITripleStore,
writer As IStoreWriter
) As String
Parameters
- store
- Type: VDS.RDFITripleStore
Triple Store. - writer
- Type: VDS.RDFIStoreWriter
Writer to use to generate conrete RDF Syntax.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.Writing.StringWriter.Write(VDS.RDF.ITripleStore,VDS.RDF.IStoreWriter)"]
See Also