I would like to take a loan for this, but one quick search on the net and alt:
http://msdn.microsoft.com/en-us/library/bb384066.aspx
Here is an example code (which is on the same page)
byte[] bytes = { 0, 0, 0, 25 };
if (BitConverter.IsLittleEndian)
Array.Reverse(bytes);
int i = BitConverter.ToInt32(bytes, 0);
Console.WriteLine("int: {0}", i);
, , - big-endian little-endian. , , ( - ). ( 1 0 ), , . - -.. .. . 1 () : 10000000 00000001 (. ). , big-endian - , , litte -endian - . (. http://en.wikipedia.org/wiki/Endianness - , ....) ?
, .... , ?:) ?