Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
StreamGetBytes
C# Class StreamGetBytes, extensions
>Easily get all bytes that make up an arbitrary stream.
Exibir arquivo
Open project: netfx/extensions
Public Methods
Method
Description
GetBytes
(
this
stream
) :
byte[]
Returns all bytes from the given stream.
Method Details
GetBytes()
public
static
method
Returns all bytes from the given stream.
public
static
GetBytes
(
this
stream
) :
byte[]
stream
this
The stream to get bytes
return
byte[]