[Missing <summary> documentation for "M:NHibernate.Type.BinaryType.ToInternalFormat(System.Object)"]

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

Syntax

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

Parameters

bytes
Type: System..::..Object

[Missing <param name="bytes"/> documentation for "M:NHibernate.Type.BinaryType.ToInternalFormat(System.Object)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Type.BinaryType.ToInternalFormat(System.Object)"]

See Also