C
C#5mo ago
HD-Fr0sT

how do i use streamread and streamwrite?

can someone give me an example
4 Replies
Buddy
Buddy5mo ago
Msdocs can
Buddy
Buddy5mo ago
StreamWriter Class (System.IO)
Implements a TextWriter for writing characters to a stream in a particular encoding.
Buddy
Buddy5mo ago
StreamReader Class (System.IO)
Implements a TextReader that reads characters from a byte stream in a particular encoding.
HD-Fr0sT
HD-Fr0sT5mo ago
thanks