Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
StreamGetBytes
C# 클래스 StreamGetBytes, extensions
>Easily get all bytes that make up an arbitrary stream.
파일 보기
프로젝트 열기: netfx/extensions
공개 메소드들
메소드
설명
GetBytes
(
this
stream
) :
byte[]
Returns all bytes from the given stream.
메소드 상세
GetBytes()
공개
정적인
메소드
Returns all bytes from the given stream.
public
static
GetBytes
(
this
stream
) :
byte[]
stream
this
The stream to get bytes
리턴
byte[]