Création d’un ‘BigInteger’ à partir d’un tableau de ‘byte’ April 13, 2012 Author: {filelink=20033} using System; using System.Numerics; public class ByteBigInteger { public static void Main() { byte[] octets = { 20, 5, 4, 3, 2 Categories: Uncategorized