CompoundFile.GetBytes Method

Independentsoft MSG .NET

CompoundFile GetBytes Method MSG .NET Class Library
Gets buffer to read from this compound file.

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public byte[] GetBytes()
public byte[] GetBytes()
Public Function GetBytes As Byte()
Public Function GetBytes As Byte()
Dim instance As CompoundFile 
Dim returnValue As Byte()

returnValue = instance.GetBytes()
Dim instance As CompoundFile 
Dim returnValue As Byte()

returnValue = instance.GetBytes()
public byte[] GetBytes()
public byte[] GetBytes()
public function GetBytes() : byte[]
public function GetBytes() : byte[]
function GetBytes();
function GetBytes();

Return Value

Type:  OnlineByte 
See Also