byte[] to unsigned BigInteger?

后端 未结 6 781
逝去的感伤
逝去的感伤 2020-12-06 09:21

Motivation: I would like to convert hashes (MD5/SHA1 etc) into decimal integers for the purpose of making barcodes in Code128C. For simplicity, I prefer al

6条回答
  •  粉色の甜心
    2020-12-06 09:51

    As of the date of this post the ctor for BigInteger now has an optional parameter "isUnsigned". (verified for core .Net)

提交回复
热议问题