Click or drag to resize

MimeTypeExFromString Method

Creates a MIME type from a string.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static MimeType FromString(
	string mimeType
)

Parameters

mimeType
Type: SystemString
The string.

Return Value

Type: MimeType
The MIME type.
See Also