Click or drag to resize

MimeTypesHelperGetStoreWriterByFileExtension Method (String, String)

Selects a IStoreWriter by file extension.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static IStoreWriter GetStoreWriterByFileExtension(
	string fileExt,
	out string contentType
)

Parameters

fileExt
Type: SystemString
File Extension.
contentType
Type: SystemString
Content Type of the selected writer.

Return Value

Type: IStoreWriter

[Missing <returns> documentation for "M:VDS.RDF.MimeTypesHelper.GetStoreWriterByFileExtension(System.String,System.String@)"]

See Also