MimeType.op_Implicit

implicit operator

Voert een impliciete conversie uit vanString naarMimeType .

public static implicit operator MimeType(string @string)
ParameterTypeBeschrijving
stringStringDe snaar.

Winstwaarde

Het resultaat van de conversie.

Zie ook


implicit operator

Voert een impliciete conversie uit vanMimeType naarString .

public static implicit operator string(MimeType type)
ParameterTypeBeschrijving
typeMimeTypeHet mime-type.

Winstwaarde

Het resultaat van de conversie.

Zie ook