Freigeben über


Explicit-Konversionen (ImageData to Byte[])

Converts an ImageData to a byte array.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Shared Narrowing Operator CType ( _
    value As ImageData _
) As Byte()
'Usage
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 unterstützt die Verwendung benutzerdefinierter Umwandlungen, aber nicht die Deklaration neuer Umwandlungen.

Rückgabewert

Typ: array<System. . :: . .Byte> [] () [] []
A byte array.