1
Answer

need help! Remoting ! small decimal

Ask a question
Administrator

Administrator

21y
1.7k
1
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

Answers (1)