Click or drag to resize

NullableQueryStringConverterConvertStringToValue Method

Convert the given string to an object of the given type.

Namespace: CompreDriveSDK.WCF.Http
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public override Object ConvertStringToValue(
	string parameter,
	Type parameterType
)

Parameters

parameter  String
The string parameter.
parameterType  Type
The type to convert to.

Return Value

Object
The converted value.
See Also