[]
        
(Showing Draft Content)

C1.Ssrs.ConnectionBase.TryParameterValueFromString

TryParameterValueFromString Method

TryParameterValueFromString(string, ParameterTypeEnum, out object)

Converts string representing parameter value to object, returns true if conversion successfull, false otherwise.

Declaration
public bool TryParameterValueFromString(string str, ParameterTypeEnum parameterType, out object v)
Parameters
Type Name Description
string str
ParameterTypeEnum parameterType
object v
Returns
Type Description
bool