C
Chris
Hi,
In Delphi there is the possibilty to load a textfile into a textfield
(memo) without writing too much code. It goes like
memo1.Lines.LoadFromFile('myfile.txt');
What is the C# equivalent (without making use of a streamreader)?
Cheers,
Chris
In Delphi there is the possibilty to load a textfile into a textfield
(memo) without writing too much code. It goes like
memo1.Lines.LoadFromFile('myfile.txt');
What is the C# equivalent (without making use of a streamreader)?
Cheers,
Chris