Click or drag to resize

IOUtilitiesGetFileExtensionFromContentType Method

Gets a file extension from a content type.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string GetFileExtensionFromContentType(
	string contentType
)

Parameters

contentType
Type: SystemString
The content type.

Return Value

Type: String
An extension or null if it cannot be determined.
See Also