op_Implicit
implicit operator
Şundan örtük bir dönüştürme gerçekleştirir:String ileMimeType
.
public static implicit operator MimeType(string @string)
Parametre | Tip | Tanım |
---|---|---|
string | String | Dize. |
Geri dönüş değeri
Dönüşümün sonucu.
Ayrıca bakınız
- class MimeType
- ad alanı Aspose.Svg
- toplantı Aspose.SVG
implicit operator
Şundan örtük bir dönüştürme gerçekleştirir:MimeType
ileString .
public static implicit operator string(MimeType type)
Parametre | Tip | Tanım |
---|---|---|
type | MimeType | Mim türü. |
Geri dönüş değeri
Dönüşümün sonucu.
Ayrıca bakınız
- class MimeType
- ad alanı Aspose.Svg
- toplantı Aspose.SVG