Convert the object into the internal byte[] representation
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected internal abstract byte[] ToInternalFormat( Object bytes ) |
Visual Basic |
---|
Protected Friend MustOverride Function ToInternalFormat ( _ bytes As Object _ ) As Byte() |
Visual C++ |
---|
protected public: virtual array<unsigned char>^ ToInternalFormat( Object^ bytes ) abstract |
Parameters
- bytes
- Type: System..::..Object
[Missing <param name="bytes"/> documentation for "M:NHibernate.Type.AbstractBinaryType.ToInternalFormat(System.Object)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Type.AbstractBinaryType.ToInternalFormat(System.Object)"]