Show / Hide Table of Contents

Class Utility

Inheritance
System.Object
Utility
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: com.emc.s3.lib
Assembly: com.emc.s3.lib.dll
Syntax
public class Utility
Remarks

https://stackoverflow.com/questions/58510/using-net-how-can-you-find-the-mime-type-of-a-file-based-on-the-file-signature

Methods

getMimeFromFile(String)

Declaration
public static string getMimeFromFile(string filename)
Parameters
Type Name Description
System.String filename
Returns
Type Description
System.String
Back to top