TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About BinaryReader
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (1)
C# Curator (1)
Pankaj Kumar Choudhary (1)
Binoy R (1)
Hiren Soni (1)
Related resources for BinaryReader
No resource found
How to read a binary file in C#
2/8/2023 2:54:00 AM.
Learn how to read a binary file in C# and .NET. The Read overloaded method writes primitive data types to a stream. The Write method can write Boolean, Byte, Char, Decimal, Double, and Integer data ty
BinaryReader and BinaryWriter Classes in C#
8/22/2022 8:30:30 AM.
In this article, I will explain you about BinaryReader and BinaryWriter Classes in C#.
Input/Output Classes in C#
3/12/2015 1:10:58 PM.
This article explains the input/output classes available in C#.
Utilize the Full Functionality of the Whidbey File Management
10/4/2012 9:39:34 AM.
This article is based on a pre-release version of Microsoft Visual Studio 2005, formerly code named "Whidbey". All information contained herein is subject to change.
How to: Read and Write Binary file in C#
8/1/2010 11:44:50 PM.
In this article we will see how to use BinaryReader and BinaryWriter class for reading and writing binary files respectively.