Share via


ImageData.Explicit(ImageData to Byte[]) 演算子

定義

ImageData をバイト配列に変換します。

public:
 static explicit operator cli::array <System::Byte> ^(Microsoft::ReportingServices::RdlObjectModel::ImageData value);
public static explicit operator byte[] (Microsoft.ReportingServices.RdlObjectModel.ImageData value);
static member op_Explicit : Microsoft.ReportingServices.RdlObjectModel.ImageData -> byte[]
Public Shared Narrowing Operator CType (value As ImageData) As Byte()

パラメーター

value
ImageData

ImageData オブジェクト。

戻り値

Byte[]

バイト配列。

注釈

この演算子の同等のメソッドは?qualifyHint=True&autoUpgrade=False です

適用対象