Création d’un ‘BigInteger’ à partir d’un tableau de ‘byte’

Author:
{filelink=20033}
using System;
using System.Numerics;

public class ByteBigInteger
{
   public static void Main()
   {
        byte[] octets = { 20, 5, 4, 3, 2