Re: Fastest way to convert an object to a string
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Thu, 30 Nov 2006 20:01:27 -0000
Buddy Home <BuddyHome@xxxxxxxx> wrote:
By class consists of Hashtable, strings, integers and double.
We are using Serialization because of the Hashtable.
Any other ideas?
Just because it's using a hashtable doesn't mean you can't do the
conversion to a string yourself. It will require some care, but that
doesn't mean it's not possible.
What type of object does the hashtable contain, for both keys and
values?
--
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: 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: Jon Skeet [C# MVP]
- 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: Determining if it is design time or runtime
- Next by Date: Re: Dealing with @ in ReadString
- 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
|