BigIntegerExtensions Class

Contains CLR extensions for BigInteger class.

Definition

Namespace: SysadminsLV.PKI.CLRExtensions
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public static class BigIntegerExtensions
Inheritance
Object    BigIntegerExtensions

Methods

GetEnabledBitCount Returns the number of '1' or '0' bits in the current BigInteger object.
ToBinaryString Converts current value of the BigInteger class to a binary string.
ToLittleEndianByteArray Gets a byte array of the current instance of BigInteger object in a little-endian byte order.

See Also