StreamReader reader = new StreamReader(FullPath, true);Encoding enc = reader.CurrentEncoding;reader.Close();
No comments :
Post a Comment