Click or drag to resize

MimeTypeMapGetExtension Method

[Missing <summary> documentation for "M:Casewhere.Common.MimeTypeMap.GetExtension(System.String,System.Boolean)"]

Namespace:  Casewhere.Common
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetExtension(
	string mimeType,
	bool throwErrorIfNotFound = true
)

Parameters

mimeType
Type: SystemString

[Missing <param name="mimeType"/> documentation for "M:Casewhere.Common.MimeTypeMap.GetExtension(System.String,System.Boolean)"]

throwErrorIfNotFound (Optional)
Type: SystemBoolean

[Missing <param name="throwErrorIfNotFound"/> documentation for "M:Casewhere.Common.MimeTypeMap.GetExtension(System.String,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Casewhere.Common.MimeTypeMap.GetExtension(System.String,System.Boolean)"]

See Also