Helper.DynamicString Method
Include Protected Members
Include Inherited Members
Produces a string by replacing any variables in the input string with their values.
Overload List
Name | Description | |
---|---|---|
DynamicString(Activity, String) | Produces a string from the input string based on a workflow activity. | |
DynamicString(WorkflowContext, Activity, String) | Produces a string from the input string, based on a workflow context and workflow activity. |
Top