[]
Converts string representing parameter value to object, returns true if conversion successfull, false otherwise.
public bool TryParameterValueFromString(string str, ParameterTypeEnum parameterType, out object v)
Type | Name | Description |
---|---|---|
string | str | |
ParameterTypeEnum | parameterType | |
object | v |
Type | Description |
---|---|
bool |