Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Biztalk expression editor: lowercase – uppercase › Biztalk expression editor: lowercase – uppercase
February 27, 2006 at 6:37 PM
#12976
agentNameStr is a System.String, so you can use any of the methods of this class.
[code:1:e9a627dc5e]agentNameStr =(System.String)xpath(myMesssage,myXpathStr)
agentNameStr = agentNameStr.ToUpper();[/code:1:e9a627dc5e]