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

Parameters

array  Byte
The array of bytes.

Return Value

T
The converted object.
See Also