Conversion Problem? byte to int

  • Thread starter Thread starter Sanjay
  • Start date Start date
S

Sanjay

Hi
pLease give me idea how can i convert byte to integer.. in vb
Actauly i have audio date in byte .. iahve to convert int ovb for
operation..
Please help me out .
thanks
 
Sanjay said:
pLease give me idea how can i convert byte to integer.. in vb
Actauly i have audio date in byte .. iahve to convert int ovb for
operation..

How many bytes of the byte array should represent one integer? Check out
'BitConverter.ToInt32'.
 
Back
Top