Convert the byte[] into the expected object type

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

Syntax

C#
protected internal abstract Object ToExternalFormat(
	byte[] bytes
)
Visual Basic
Protected Friend MustOverride Function ToExternalFormat ( _
	bytes As Byte() _
) As Object
Visual C++
protected public:
virtual Object^ ToExternalFormat(
	array<unsigned char>^ bytes
) abstract

Parameters

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

[Missing <param name="bytes"/> documentation for "M:NHibernate.Type.AbstractBinaryType.ToExternalFormat(System.Byte[])"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Type.AbstractBinaryType.ToExternalFormat(System.Byte[])"]

See Also