| BitmapSourceConverterByteArrayToObject Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic BitmapSource ByteArrayToObject(
	byte[] array
)
Public Function ByteArrayToObject ( 
	array As Byte()
) As BitmapSource
public:
virtual BitmapSource^ ByteArrayToObject(
	array<unsigned char>^ array
) sealed
abstract ByteArrayToObject : 
        array : byte[] -> BitmapSource 
override ByteArrayToObject : 
        array : byte[] -> BitmapSource Parameters
- array
 - Type: SystemByte
The array of bytes. 
Return Value
Type: 
BitmapSourceThe converted object.
Implements
IByteArrayConverterTByteArrayToObject(Byte)
See Also