Method EvaluateString
EvaluateString(string, string)
Evaluate a string given a profile id.
선언
public string EvaluateString(string profileId, string varString)
파라미터
타입 | 이름 | 설명 |
---|---|---|
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. |
반환
타입 | 설명 |
---|---|
string | The evaluated string. |