IByteArrayConverterTByteArrayToObject Method |
Converts the specified type as T to an array of bytes.
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
SyntaxT 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