ActionSequenceHelper.GetValue
Declaration#
public static Object GetValue(string value, string json, Type type)Parameters#
| Name | Description |
|---|---|
| value | Value |
| json | JSON |
| type | Type of object |
Description#
Get the object value of a json string
Usage#
Example
object value = ActionSequenceHelper.GetValue(pd.paramValue, pd.paramJson, parameters[i].type)