Binary.ToArray Methode

Definition

Gibt ein Array von Bytes zurück, das das aktuelle binäre Objekt darstellt.

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

Gibt zurück

Byte[]

Ein Bytearray, das den Wert des aktuellen binärobjekts enthält.

Gilt für: