Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Biztalk expression editor: lowercase – uppercase › Biztalk expression editor: lowercase – uppercase
February 27, 2006 at 2:57 PM
#12979
Sorry for my message, English is not really my mother tongue.
I know that the name of the variable is case sensitive.
agentNameStr =(System.String)xpath(myMesssage,myXpathStr)
Messages are provided by users ==> the value of the variable may be \”test\” or \”TEST\” or \”Test\” or \”TeSt\”, …
My question is: is it possible to transform the value of the agentNameStr to have agentNameStr =\”TEST\”.
Thanks
Raoul