Interface IParameterValueParser
Internal use only
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public interface IParameterValueParser
Methods
Parse(String, String)
Internal use only
Declaration
object Parse(string targetType, string value)
Parameters
System.String
targetType
|
System.String
value
|
Returns
System.Object
|