Click or drag to resize

MimeTypeMap.GetExtension 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  String
 
throwErrorIfNotFound  Boolean  (Optional)
 

Return Value

String

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

See Also