MimeType.op_Implicit
implicit operator
からの暗黙的な変換を実行しますStringにMimeType
.
public static implicit operator MimeType(string @string)
パラメータ | タイプ | 説明 |
---|---|---|
string | String | 文字列。 |
戻り値
変換の結果。
関連項目
- class MimeType
- 名前空間 Aspose.Html
- 組み立て Aspose.HTML
implicit operator
からの暗黙的な変換を実行しますMimeType
にString.
public static implicit operator string(MimeType type)
パラメータ | タイプ | 説明 |
---|---|---|
type | MimeType | MIME タイプ。 |
戻り値
変換の結果。
関連項目
- class MimeType
- 名前空間 Aspose.Html
- 組み立て Aspose.HTML