Re: Fastest way to convert an object to a string
- From: "Michael Letterle" <michael.letterle@xxxxxxxxx>
- Date: 29 Nov 2006 11:46:08 -0800
I can't tell you if it's faster, but you may want to check out
BitConverter.ToString()...
On Nov 29, 2:41 pm, "Buddy Home" <BuddyH...@xxxxxxxx> wrote:
Thanks for the reply,
First may I say that the object is converted to a byte array via
BinaryStream using serialization. I use the MemoryStream to store the data.
I'm already aware how StringBuilders works and know that using the String
object to manupulate the string is expensive.
My main question is that does anyone know a better way to do this.
.
- Follow-Ups:
- Re: Fastest way to convert an object to a string
- From: Buddy Home
- Re: Fastest way to convert an object to a string
- References:
- Fastest way to convert an object to a string
- From: Buddy Home
- Re: Fastest way to convert an object to a string
- From: ssamuel
- Re: Fastest way to convert an object to a string
- From: Buddy Home
- Fastest way to convert an object to a string
- Prev by Date: Re: how to convert stream data to string
- Next by Date: Re: Your opinion please
- Previous by thread: Re: Fastest way to convert an object to a string
- Next by thread: Re: Fastest way to convert an object to a string
- Index(es):
Relevant Pages
|