'Declaration Public Overloads Function getBytes( _ ByVal bytes() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ ) As Byte()
'Usage Dim instance As BigInteger Dim bytes() As Byte Dim offset As Integer Dim count As Integer Dim value() As Byte value = instance.getBytes(bytes, offset, count)
Parameters
- bytes
- offset
- count