if (radioButton1.Checked) {
var Enc = Encoding.Unicode;
}
var text = File.ReadAllText(filePath, (Enc);
It doesn't work, any way to make the encoding type a var so I can later p
|
The problem isn't using Here's an alternative:
|
|||
|
|
|
The problem is that you must assign a value when you declare a variable with var so the type can be inferred (also you did specify
|
|||
|
|
(count: 3,)count: 2, try again – Daniel DiPaolo Mar 24 '11 at 20:52