Partager via


IDataReader.ReadBytes(Byte[]) Méthode

Définition

Lit un tableau de valeurs d’octets à partir du flux d’entrée.

public:
 void ReadBytes(Platform::Array <byte> ^ value);
void ReadBytes(winrt::array_view <byte> & value);
public void ReadBytes(byte[] value);
function readBytes(value)
Public Sub ReadBytes (value As Byte())

Paramètres

value

Byte[]

byte[]

Tableau de valeurs.

S’applique à