Method EvaluateString
EvaluateString(String, String)
Evaluate a string given a profile id.
Declaration
public string EvaluateString(string profileId, string varString)
Parameters
| Type | Name | Description |
|---|---|---|
| String | profileId | The profile id to use for evaluation. |
| String | varString | The string to evaluate. Any tokens surrounded by '[' and ']' will be replaced with matching variables. |
Returns
| Type | Description |
|---|---|
| String | The evaluated string. |