Re: Input string was not in a correct format

Home Page Forums BizTalk 2004 – BizTalk 2010 Input string was not in a correct format Re: Input string was not in a correct format

#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