See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: CustomToolGenerator
Assembly: NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0

Syntax

C#
protected static byte[] StreamToBytes(
	Stream stream
)
Visual Basic
Protected Shared Function StreamToBytes ( 
	stream As Stream
) As Byte()
Visual C++
protected:
static array<unsigned char>^ StreamToBytes(
	Stream^ stream
)

Parameters

stream
Type: System.IO..::..Stream

Return Value

Type: array<Byte>[]()[][]

See Also