Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function FromBytes ( _
	bytes As Byte() _
) As Object
C#
public Object FromBytes(
	byte[] bytes
)
Visual C++
public:
Object^ FromBytes(
	array<unsigned char>^ bytes
)
JavaScript
function fromBytes(bytes);

Parameters

bytes
Type: array< System..::.Byte >[]()[]

Return Value

See Also