BizTalk Server Orchestration - Need to Convert a Int32 to String

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > June 2005 > Need to Convert a Int32 to String





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Need to Convert a Int32 to String
Paul J Lay

2005-06-29, 5:51 pm

There must be an easy way to convert an int to a string in an Biztalk
expression shape. strVar = intVar.toString() doesn't work but strVar =
GUIDVar.toString() does work. Please advise. Thanks for your help.

Best Regards,

Paul J. Lay


Tom Lysholt Hansen

2005-06-29, 5:51 pm

Hi,

You can use the following syntax:

System.Convert.ToString(intVar);

I hope this helps you.

--
Regards
Tom Lysholt Hansen
GlobeTeam A/S


"Paul J Lay" wrote:

> There must be an easy way to convert an int to a string in an Biztalk
> expression shape. strVar = intVar.toString() doesn't work but strVar =
> GUIDVar.toString() does work. Please advise. Thanks for your help.
>
> Best Regards,
>
> Paul J. Lay
>
>
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com