Project parameter taking extra Precision in Text value

Capture2

Hello friends,
I am trying to Fill number (as a string) in a Project parameter, Where type of parameter if “Text”.
It is taking the value from excel but put the value with 6 decimal places as shown in the image.
As example shown in the image, i have given 123611 value through excel and after converting from number to string, i have used Set.ParameterByName for feeding the value and after completion of task. I hv received 123611.000000
Everytime i am receiving 6 time Zero after decimal .
Did anyone know how to resolve this issue.

math.round, then convert to text