op_Implicit
implicit operator
Utför en implicit konvertering frånString tillMimeType
.
public static implicit operator MimeType(string @string)
Parameter | Typ | Beskrivning |
---|---|---|
string | String | Tråden. |
Returvärde
Resultatet av konverteringen.
Se även
- class MimeType
- namnutrymme Aspose.Svg
- hopsättning Aspose.SVG
implicit operator
Utför en implicit konvertering frånMimeType
tillString .
public static implicit operator string(MimeType type)
Parameter | Typ | Beskrivning |
---|---|---|
type | MimeType | Mim-typen. |
Returvärde
Resultatet av konverteringen.
Se även
- class MimeType
- namnutrymme Aspose.Svg
- hopsättning Aspose.SVG