![]() |
#5 |
Участник
|
Я встречал такой код
X++: reader = new System.IO.StreamReader(filePath);
utf8 = System.Text.Encoding::get_UTF8();
bytes = utf8.GetBytes(reader.ReadToEnd());
reader.Close(); X++: bytes = System.IO.File::ReadAllBytes(filepath); |
|
|
|