public static GetUInt32 ( byte buffer, int &index, bool isBigEndian ) : uint | ||
buffer | byte | the buffer stores the value. |
index | int | the index of start to parse |
isBigEndian | bool | order of bytes. If it's big endian, set it to true, else set it to false. |
Результат | uint |