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