Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Input string was not in a correct format › Re: Input string was not in a correct format
May 31, 2013 at 3:06 AM
#26063
Hi ,
From the error message it is pretty much clear that its your helper class " StringToNumber(System.String, System.Globalization.NumberStyles, NumberBuffer ByRef, System.Globalization.NumberFormatInfo, Boolean)" which has the problem, so can you please have look into the helper class and also call your helper class in the Atomic scope.
I hope this helps!!
//Mahesh