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: 10.3.183.0
Syntax
T ByteArrayToObject(
	byte[] array
)

Parameters

array
Type: SystemByte
The array of bytes.

Return Value

Type: T
The converted object.
See Also