How to remove decimal after convert int to nvarchar

i am creating a model file.
when convert int to nvarchar, the result will have .00000 at the end. any good way to remove the trailing zero and keep it as nvarchar format?
or can we build columns name and type for model in the beginning?