MimeType.op_Implicit

implicit operator

Performs an implicit conversion from String to MimeType.

public static implicit operator MimeType(string @string)
ParameterTypeDescription
stringStringThe string.

Return Value

The result of the conversion.

See Also


implicit operator

Performs an implicit conversion from MimeType to String.

public static implicit operator string(MimeType type)
ParameterTypeDescription
typeMimeTypeThe mime type.

Return Value

The result of the conversion.

See Also