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