NSString(DTUTI) Category Reference
| Declared in | NSString+DTUTI.h | 
Class Methods
MIMETypeForFileExtension:
Method to get the recommended MIME-Type for the given file extension. If no MIME-Type can be determined then ‘application/octet-stream’ is returned.
+ (NSString *)MIMETypeForFileExtension:(NSString *)extensionParameters
- extension
 the file extension
Return Value
the recommended MIME-Type for the given path extension.
Declared In
NSString+DTUTI.hfileExtensionForUniversalTypeIdentifier:
Get the prefered file extension for a given UTI.
+ (NSString *)fileExtensionForUniversalTypeIdentifier:(NSString *)UTIParameters
- UTI
 he UTI
Return Value
The File Extension
Declared In
NSString+DTUTI.hInstance Methods
conformsToUniversalTypeIdentifier:
Tests if the receiver conforms to a given UTI.
- (BOOL)conformsToUniversalTypeIdentifier:(NSString *)conformingUTIParameters
- conformingUTI
 the UTI that is tested against
Return Value
YES if the receiver conforms
Declared In
NSString+DTUTI.hisAudioFileName
@Returns YES if the receiver is an audio file name
- (BOOL)isAudioFileNameDeclared In
NSString+DTUTI.hisHTMLFileName
@Returns YES if the receiver is an HTML file name
- (BOOL)isHTMLFileNameDeclared In
NSString+DTUTI.h