op_Implicit
implicit operator
يقوم بإجراء تحويل ضمني منString إلىMimeType
.
public static implicit operator MimeType(string @string)
معامل | يكتب | وصف |
---|---|---|
string | String | السلسلة. |
قيمة الإرجاع
نتيجة التحويل .
أنظر أيضا
- class MimeType
- مساحة الاسم Aspose.Svg
- المجسم Aspose.SVG
implicit operator
يقوم بإجراء تحويل ضمني منMimeType
إلىString .
public static implicit operator string(MimeType type)
معامل | يكتب | وصف |
---|---|---|
type | MimeType | نوع التمثيل الصامت. |
قيمة الإرجاع
نتيجة التحويل .
أنظر أيضا
- class MimeType
- مساحة الاسم Aspose.Svg
- المجسم Aspose.SVG