Charan: I have created one extension method to count the no of words (separated by character space , dot or question mark) in a string by following this link.

Now I want to know is it possible to use the extension method in Expression shape of BizTalk 2010.

This is the extension method I have created.
And this is test code to execute test it.

Rohit: The answer is no and yes.

In your test