Example #1
0
        public static uint decodeUInt32(byte[] bytes)
        {
            int length;

            return(Decoder.decodeUInt32(0, bytes, out length));
        }