Parses specified string and creates new ContentType object.

Namespace: Limilabs.Mail.Headers
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public static ContentType Parse(
	string value
)
Visual Basic
Public Shared Function Parse ( _
	value As String _
) As ContentType
Visual C++
public:
static ContentType^ Parse(
	String^ value
)

Parameters

value
Type: System..::..String
String in format: type/subtype

Return Value

New ContentType object.

See Also