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

适用于