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