What is the .NET System.Numerics.BigInteger Equivalent of Org.BouncyCastle.Math.BigInteger.ToByteArrayUnsigned?
问题 I am currently working with the .NET port of BouncyCastle and I am having some trouble converting a big integer into a System.Guid using the native .NET BigInteger . For some context, I am using BouncyCastle in one ("source") application to convert a System.Guid to a Org.BouncyCastle.Math.BigInteger . This value is then saved as a string in the format 3A2B847A960F0E4A8D49BD62DDB6EB38 . Then, in another ("destination") application, I am taking this saved string value of a BigInteger and am