Manager..::..ByteArrayToImage Method

Bytes the array to image.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public static Image ByteArrayToImage(
	byte[] Input
)
Public Shared Function ByteArrayToImage ( _
	Input As Byte() _
) As Image
public:
static Image^ ByteArrayToImage(
	array<unsigned char^>^ Input
)

Parameters

Input
Type: array<Byte>[]()[][]
The input.

Return Value

Image.