07-28-04 07:54 AM
The String class in an orchestration is not the same as the "normal" String
class in c# and does not include the functions. you will have to implement
it yourself or use other classes (such as the StringBuilder) to achieve some
of the existing functionality of the String class.
Yossi
"Raju" <Raju@discussions.microsoft.com> wrote in message
news:24F76B55-26B5-48B9-AD49-DDF1B7D792D3@microsoft.com...
> Can any body advise me on how to use String functions in Orchestrations.
> I want to get a SubString of a variable.
>
> Thanks
[ Post a follow-up to this message ]
|