Re: How to convert int to byte[]
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 11/24/04
- Next message: Jon Skeet [C# MVP]: "Re: How to convert int to byte[]"
- Previous message: Bonj: "Re: How good an encryption algorithm is this?"
- In reply to: Shankar: "How to convert int to byte[]"
- Next in thread: shankar: "Re: How to convert int to byte[]"
- Reply: shankar: "Re: How to convert int to byte[]"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Nov 2004 06:57:23 -0000
Shankar <Shankar@discussions.microsoft.com> wrote:
> How can we convert the integer values to byte arrays using C#.NET
Depending on exactly what you want, BitConverter is usually the way to
go.
-- Jon Skeet - <skeet@pobox.com> http://www.pobox.com/~skeet If replying to the group, please do not mail me too
- Next message: Jon Skeet [C# MVP]: "Re: How to convert int to byte[]"
- Previous message: Bonj: "Re: How good an encryption algorithm is this?"
- In reply to: Shankar: "How to convert int to byte[]"
- Next in thread: shankar: "Re: How to convert int to byte[]"
- Reply: shankar: "Re: How to convert int to byte[]"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|