BigIntegerExtensionsToLittleEndianByteArray Method
Gets a byte array of the current instance of
BigInteger object in a little-endian byte order.
Namespace: SysadminsLV.PKI.CLRExtensionsAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public static byte[] ToLittleEndianByteArray(
this BigInteger bigInteger
)
<ExtensionAttribute>
Public Shared Function ToLittleEndianByteArray (
bigInteger As BigInteger
) As Byte()
public:
[ExtensionAttribute]
static array<unsigned char>^ ToLittleEndianByteArray(
BigInteger bigInteger
)
[<ExtensionAttribute>]
static member ToLittleEndianByteArray :
bigInteger : BigInteger -> byte[]
- bigInteger BigInteger
- Current BigInteger object.
Byte[Missing <returns> documentation for "M:SysadminsLV.PKI.CLRExtensions.BigIntegerExtensions.ToLittleEndianByteArray(System.Numerics.BigInteger)"]
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).