Click or drag to resize

MimeTypesHelperGetFileExtension Method (String)

Selects the appropriate File Extension for the given MIME Type.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static string GetFileExtension(
	string mimeType
)

Parameters

mimeType
Type: SystemString
MIME Type.

Return Value

Type: String

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

See Also