Re: Fastest way to convert an object to a string
- From: "Buddy Home" <BuddyHome@xxxxxxxx>
- Date: Wed, 29 Nov 2006 19:57:11 -0000
Thanks,
BitConverter.ToString() has no support to pass an object.
Thanks,
"Michael Letterle" <michael.letterle@xxxxxxxxx> wrote in message
news:1164829568.607597.140050@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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: ssamuel
- 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
- Re: Fastest way to convert an object to a string
- From: Michael Letterle
- Fastest way to convert an object to a string
- Prev by Date: .NET Grammar modification
- Next by Date: Re: 2nd try Sorting Algorithm.
- 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
|