int ProcessByte( byte input, byte[] outBytes, int outOff )
Function ProcessByte ( input As Byte, outBytes As Byte(), outOff As Integer ) As Integer
int ProcessByte( unsigned char input, array<unsigned char>^ outBytes, int outOff )
function ProcessByte(input, outBytes, outOff);
In This Article