Biztalk expression editor: lowercase – uppercase

Home Page Forums BizTalk 2004 – BizTalk 2010 Biztalk expression editor: lowercase – uppercase Biztalk expression editor: lowercase – uppercase

#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