I have code that opens a file to a textreader then I load the reader into
memory through the System.Text.Enc oding.UTF8.GetB ytes. Is there a way to
open a file directly into memory?
memory through the System.Text.Enc oding.UTF8.GetB ytes. Is there a way to
open a file directly into memory?
Comment