python - C# - File.ReadAllBytes Gives Seemingly Incorrect Values -


i have file i'm attempting read bytes from.

when read using ironpython (using 'rb' switch) , c# (using file.readallbytes), following values:

index  ironpython c# [1125] 96         96 [1126] 8          8 [1127] 193        239 [1128] 86         191 [1129] 27         189    [1130] 123        86 [1131] 1          27 

additionally, length of python array 1474 items , c# array 1553 items.

when @ file in question in hex editor, find values @ indices 1126 , match python array, not c# array. gives?