System.Numerics.Tests.cast_fromTest.VerifyByteExplicitCastFromBigInteger C# (CSharp) Method

VerifyByteExplicitCastFromBigInteger() private static method

private static VerifyByteExplicitCastFromBigInteger ( Byte value ) : void
value Byte
return void
        private static void VerifyByteExplicitCastFromBigInteger(Byte value)
        {
            BigInteger bigInteger = new BigInteger(value);
            VerifyByteExplicitCastFromBigInteger(value, bigInteger);
        }

Same methods

cast_fromTest::VerifyByteExplicitCastFromBigInteger ( Byte value, BigInteger bigInteger ) : void