Click or drag to resize

DocumentFileExtensionsGetMimeType Method

Získání mime-type pro koncovku souboru s dokumentem

Namespace:  ASDSoft.SignTools
Assembly:  ASDSoft.SignTools (in ASDSoft.SignTools.dll) Version: 4.3.1
Syntax
C#
public static string GetMimeType(
	string fileExtension
)

Parameters

fileExtension
Type: SystemString
Koncovka souboru s dokumentem

Return Value

Type: String
mime-type
See Also