AsExtensions.AsStream Method (Byte[])
From Tungsten Suite
Tungsten
|
|
AsExtensionsAsStream Method (Byte) |
Creates a MemoryStream object and initializes it with the specified byte array
Namespace: W
Assembly: Tungsten.As (in Tungsten.As.dll) Version: 2.0.1
C#
public static MemoryStream AsStream( this byte[] this )
Parameters
- this
- Type: SystemByte
The byte array used in creating the MemoryStream
Return Value
Type: MemoryStreamA new MemoryStream initialized with the specified byte array