0

How to read .vb file from c# programming .

Hello everyone, Can anyone help me to write c# programe that will read particular . vb files from visual studio... Thanks

26th Jan 2018, 11:26 AM
Sanket Pundge
Sanket Pundge - avatar
2 Answers
+ 1
do you just want to read it or you want to execute it too ? if it's just for reading, a simple File.ReadAllText("file.vb"); can do it
26th Jan 2018, 11:29 AM
Vincent
Vincent - avatar
0
both
26th Jan 2018, 11:32 AM
Sanket Pundge
Sanket Pundge - avatar