System.Numerics.Tests.logTest.Print C# (CSharp) Method

Print() private static method

private static Print ( byte bytes ) : String
bytes byte
return String
        private static String Print(byte[] bytes)
        {
            return MyBigIntImp.Print(bytes);
        }