これに相当するバイト[]を見つけようとしています
string getText = string.Empty;
using (StreamReader sr = new StreamReader((System.IO.Stream)File.OpenRead(unc), true))
{
getText = sr.ReadToEnd();
}
StreamReader で利用できるように、指定されたバイト オーダー マーク検出オプションを使用して byte[] を文字列に変換したいと考えています。