need help! Remoting ! small decimal
I write a client server application . When a try send a small decimal ( ex. 0.0000004 ) to client I get a Exception. The problem is that number 0.0000004 presents as "4E-7" like string and .NET not allow automatic convet "4E-7" back to decimal on client side.
Do you know how I may resolve problem ?
thanks