Click or drag to resize

MimeTypeExFromString Method

Creates a MIME type from a string.

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

Parameters

mimeType  String
The string.

Return Value

MimeType
The MIME type.
See Also