ImageData Implicit 轉換 (array<Byte to ImageData)
Converts a byte array to an ImageData.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Shared Widening Operator CType ( _
bytes As Byte() _
) As ImageData
'用途
Dim input As Byte()
Dim output As ImageData
output = CType(input, ImageData)
public static implicit operator ImageData (
byte[] bytes
)
static implicit operator ImageData (
array<unsigned char>^ bytes
)
JScript 支援自訂轉換的使用,但不支援新轉換的宣告。
參數
- bytes
型別:array<System.Byte[]
A byte array.
傳回值
型別:Microsoft.ReportingServices.RdlObjectModel.ImageData
An ImageData object.