MimeTypesHelperGetStoreWriterByFileExtension Method (String, String) |
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic static IStoreWriter GetStoreWriterByFileExtension(
string fileExt,
out string contentType
)
Public Shared Function GetStoreWriterByFileExtension (
fileExt As String,
<OutAttribute> ByRef contentType As String
) As IStoreWriter
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