BitSharp.Common.Bits.ToUInt256 C# (CSharp) Метод

ToUInt256() публичный статический Метод

public static ToUInt256 ( byte value, int startIndex ) : UInt256
value byte
startIndex int
Результат UInt256
        public static UInt256 ToUInt256(byte[] value, int startIndex = 0)
        {
            return new UInt256(value, startIndex);
        }