[]
        
(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)
Public Function TryParameterValueFromString(str As String, parameterType As ParameterTypeEnum, ByRef v As Object) As Boolean
Parameters
Type Name Description
string str
ParameterTypeEnum parameterType
object v
Returns
Type Description
bool