[Missing <summary> documentation for "M:NHibernate.Type.BinaryType.ToExternalFormat(System.Byte[])"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected internal override Object ToExternalFormat( byte[] bytes ) |
Visual Basic |
---|
Protected Friend Overrides Function ToExternalFormat ( _ bytes As Byte() _ ) As Object |
Visual C++ |
---|
protected public: virtual Object^ ToExternalFormat( array<unsigned char>^ bytes ) override |
Parameters
- bytes
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="bytes"/> documentation for "M:NHibernate.Type.BinaryType.ToExternalFormat(System.Byte[])"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Type.BinaryType.ToExternalFormat(System.Byte[])"]