DioDocs for PDF
ToByteArray<T> メソッド (DXUtil)

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > DXUtil クラス : ToByteArray<T> メソッド
The type of source array.
The source array.
Converts a structured array to an equivalent byte array.
シンタックス
'宣言
 
Public Shared Function ToByteArray(Of T As {New, Struct})( _
   ByVal source() As T _
) As System.Byte()
public static System.byte[] ToByteArray<T>( 
   T[] source
)
where T: new(), struct

パラメータ

source
The source array.

型パラメータ

T
The type of source array.

戻り値の型

Converted byte array.
参照

DXUtil クラス
DXUtil メンバ