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 支援自訂轉換的使用,但不支援新轉換的宣告。
參數
- value
型別:Microsoft.ReportingServices.RdlObjectModel.ImageData
An ImageData object.
傳回值
型別:array<System.Byte[]
A byte array.