Returns the value of the BigInteger as a byte array. The lowest index contains the MSB.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public byte[] getBytes()
Visual Basic
Public Function getBytes As Byte()
Visual C++
public:
array<unsigned char>^ getBytes()
F#
member getBytes : unit -> byte[] 

Return Value

Type: array<Byte>[]()[][]

See Also