ImageData Explicit 转换 (ImageData to array<Byte[])

Converts an ImageData to a byte array.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Shared Narrowing Operator CType ( _
    value As ImageData _
) As Byte()
用法
Dim input As ImageData
Dim output As Byte()

output = CType(input, Byte())
public static explicit operator byte[] (
    ImageData value
)
static explicit operator array<unsigned char>^ (
    ImageData value
)
JScript 支持使用自定义转换,但不支持声明新自定义转换。

返回值

类型:array<System.Byte[]
A byte array.