BlobWriter.ToArray Méthode

Définition

Surcharges

ToArray()
ToArray(Int32, Int32)

ToArray()

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

Retours

Byte[]

S’applique à

ToArray(Int32, Int32)

Source:
BlobWriter.cs
Source:
BlobWriter.cs
Source:
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()

Paramètres

start
Int32
byteCount
Int32

Retours

Byte[]

Exceptions

La plage spécifiée par start et byteCount se situe en dehors des limites de contenu de la mémoire tampon.

S’applique à