Convert user input into ToString() method inside FlowDocument in Workflow 4.0
Posted
by Jon Ownbey
on Stack Overflow
See other posts from Stack Overflow
or by Jon Ownbey
Published on 2010-06-08T16:36:57Z
Indexed on
2010/06/08
16:42 UTC
Read the original article
Hit count: 183
I have a Workflow 4.0 app that generates emails. In a dialog for creating the email body the user needs to be able to input some string value representing an existing wf instance variable to be inserted as a string at runtime.
So they input something like: Email body text including <>.
(say ExistingVariable is an int or something like that)
Any helpful hints for how to convert this text with a ToString() at runtime?
© Stack Overflow or respective owner