Sowmy Srinivasan wrote:

> One way to work around this is to make your type (struct
> Temp) Iserialzable and write the decimal as string using
> the ToString() method and read using Decimal.Parse(str,
> NumberStyles.Float)

... which should lead you directly to one of numerous structure
serialization .NET Framework bugs.

See http://www.jelovic.com/dotnetbugs/ for some of them.

Dejan

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to