Click or drag to resize

BinaryStructConverterFromByteArrayT Method

Convert a structure to a byte array

Namespace:  ComPDFKitViewer.Helper
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public static T FromByteArray<T>(
	byte[] bytes
)
where T : struct, new()

Parameters

bytes
Type: SystemByte
byte array

Type Parameters

T
Structure type

Return Value

Type: T
Structure
See Also