1 override of ConvertStringToValue
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\JsonQueryStringConverter.cs (1)
48
public override object
ConvertStringToValue
(string parameter, Type parameterType)
9 references to ConvertStringToValue
System.ServiceModel.Web (9)
System\ServiceModel\Dispatcher\JsonQueryStringConverter.cs (8)
69
return base.
ConvertStringToValue
(parameter, parameterType);
79
return base.
ConvertStringToValue
(parameter, parameterType);
92
return base.
ConvertStringToValue
(parameter, parameterType);
104
return base.
ConvertStringToValue
(parameter, parameterType);
116
return base.
ConvertStringToValue
(parameter, parameterType);
128
return base.
ConvertStringToValue
(parameter, parameterType);
140
return base.
ConvertStringToValue
(parameter, parameterType);
152
return base.
ConvertStringToValue
(parameter, parameterType);
System\ServiceModel\Dispatcher\UriTemplateDispatchFormatter.cs (1)
79
parameters[i] = this.qsc.
ConvertStringToValue
(queryVal, this.queryMapping[i].Value);