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. |