BlobWriter.ToArray Methode

Definition

Überlädt

ToArray()
ToArray(Int32, Int32)

ToArray()

Quelle:
BlobWriter.cs
Quelle:
BlobWriter.cs
Quelle:
BlobWriter.cs
public:
 cli::array <System::Byte> ^ ToArray();
public byte[] ToArray ();
member this.ToArray : unit -> byte[]
Public Function ToArray () As Byte()

Gibt zurück

Byte[]

Gilt für:

ToArray(Int32, Int32)

Quelle:
BlobWriter.cs
Quelle:
BlobWriter.cs
Quelle:
BlobWriter.cs
public:
 cli::array <System::Byte> ^ ToArray(int start, int byteCount);
public byte[] ToArray (int start, int byteCount);
member this.ToArray : int * int -> byte[]
Public Function ToArray (start As Integer, byteCount As Integer) As Byte()

Parameter

start
Int32
byteCount
Int32

Gibt zurück

Byte[]

Ausnahmen

Der von start und byteCount angegebene Bereich liegt außerhalb der Grenzen des Pufferinhalts.

Gilt für: