Use the definition System.String in the following way in your Expression shape:
if (System.String.Equals(<YourVariable>, ‘somestring’))
{
//Your code here
}
Keep in mind that the programming language used in BizTalk environment and Expression shapes is XLANGs, not C#, and is more limited in what you can do with string functionality.
Good luck!
Daniel.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.