MimeTypesHelperGetStoreParser Method (IEnumerableString) |
Selects a Store parser based on the MIME types.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static IStoreReader GetStoreParser(
IEnumerable<string> ctypes
)
Public Shared Function GetStoreParser (
ctypes As IEnumerable(Of String)
) As IStoreReader
Parameters
- ctypes
- Type: System.Collections.GenericIEnumerableString
MIME Types.
Return Value
Type:
IStoreReader[Missing <returns> documentation for "M:VDS.RDF.MimeTypesHelper.GetStoreParser(System.Collections.Generic.IEnumerable{System.String})"]
See Also