Click or drag to resize

BigIntegerExtensionsToLittleEndianByteArray Method

Gets a byte array of the current instance of BigInteger object in a little-endian byte order.

Namespace:  SysadminsLV.PKI.Utils.CLRExtensions
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public static byte[] ToLittleEndianByteArray(
	this BigInteger bigInteger
)

Parameters

bigInteger
Type: System.NumericsBigInteger
Current BigInteger object.

Return Value

Type: Byte

[Missing <returns> documentation for "M:SysadminsLV.PKI.Utils.CLRExtensions.BigIntegerExtensions.ToLittleEndianByteArray(System.Numerics.BigInteger)"]

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