public void CopyTo( byte[] buf, int off, int len )
Public Sub CopyTo ( buf As Byte(), off As Integer, len As Integer )
public: void CopyTo( array<unsigned char>^ buf, int off, int len )
function CopyTo(buf, off, len);
In This Article