BigInteger ConvertInput(
byte[] buf,
int off,
int len
)
Function ConvertInput (
buf As Byte(),
off As Integer,
len As Integer
) As BigInteger
BigInteger^ ConvertInput(
array<unsigned char>^ buf,
int off,
int len
)
function ConvertInput(buf, off, len);