Click or drag to resize
IByteArrayConverterTByteArrayToObject Method
Converts the specified type as T to an array of bytes.

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
T ByteArrayToObject(
	byte[] array
)

Parameters

array
Type: SystemByte
The array of bytes.

Return Value

Type: T
The converted object.
See Also