[]
        
(Showing Draft Content)

C1.Util.DX.DXUtil.ToByteArray

ToByteArray Method

ToByteArray<T>(T[])

Converts a structured array to an equivalent byte array.

Declaration
public static byte[] ToByteArray<T>(T[] source) where T : struct
Parameters
Type Name Description
T[] source

The source array.

Returns
Type Description
byte[]

Converted byte array.

Type Parameters
Name Description
T

The type of source array.