Click or drag to resize

StringWriter.Write 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
)

Parameters

store
Type: VDS.RDF.ITripleStore
Triple Store.
writer
Type: VDS.RDF.IStoreWriter
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