DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CSHARP
c# get all bytes of a file
//replace filepath with the real filepath
byte
[
]
fileBytes
=
System
.
IO
.
File
.
ReadAllBytes
(
filepath
)
;
PREVIOUS
NEXT
Tagged:
#bytes
#file
ADD COMMENT
Topic
COMMENT
Name
1+1 =
Submit