public virtual BigInteger ConvertInput(
byte[] inBuf,
int inOff,
int inLen
)
Public Overridable Function ConvertInput (
inBuf As Byte(),
inOff As Integer,
inLen As Integer
) As BigInteger
public:
virtual BigInteger^ ConvertInput(
array<unsigned char>^ inBuf,
int inOff,
int inLen
)
function ConvertInput(inBuf, inOff, inLen);