BigIntegerExtensionsToBinaryString Method

Converts current value of the BigInteger class to a binary string.

Definition

Namespace: SysadminsLV.PKI.CLRExtensions
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public static string ToBinaryString(
	this BigInteger bigint
)

Parameters

bigint  BigInteger
Current BigInteger object.

Return Value

String
Binary string.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type BigInteger. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also