Re: integer array to a byte array
- From: "Peter Rilling" <peter@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 7 Oct 2005 22:15:44 -0700
Also, what about Convert.ToByte?
"Nils Wolf" <nisse@xxxxxx> wrote in message
news:%23vjx%23i5yFHA.3320@xxxxxxxxxxxxxxxxxxxxxxx
> thx,
>
> it works..
>
>
> "Jon Skeet [C# MVP]" <skeet@xxxxxxxxx> schrieb im Newsbeitrag
> news:MPG.1db11277a8f406e998c8a1@xxxxxxxxxxxxxxxxxxxxxxx
>> Nils Wolf <nisse@xxxxxx> wrote:
>>> how do i convert an integer array to a byte array??
>>
>> The easiest way is probably to call Buffer.BlockCopy.
>>
>> --
>> Jon Skeet - <skeet@xxxxxxxxx>
>> http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
>> If replying to the group, please do not mail me too
>
.
- Follow-Ups:
- Re: integer array to a byte array
- From: Jon Skeet [C# MVP]
- Re: integer array to a byte array
- References:
- integer array to a byte array
- From: Nils Wolf
- Re: integer array to a byte array
- From: Jon Skeet [C# MVP]
- Re: integer array to a byte array
- From: Nils Wolf
- integer array to a byte array
- Prev by Date: Re: checking virtual key range: 'a-z' and 'A-Z'
- Next by Date: Help with iterating an array...
- Previous by thread: Re: integer array to a byte array
- Next by thread: Re: integer array to a byte array
- Index(es):
Relevant Pages
|