IByteArrayConverterTByteArrayToObject Method |
Converts the specified type as T to an array of bytes.
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax T ByteArrayToObject(
byte[] array
)
Function ByteArrayToObject (
array As Byte()
) As T
T ByteArrayToObject(
array<unsigned char>^ array
)
abstract ByteArrayToObject :
array : byte[] -> 'T
Parameters
- array
- Type: SystemByte
The array of bytes.
Return Value
Type:
TThe converted object.
See Also