 | NullableQueryStringConverterConvertStringToValue Method |
Convert the given string to an object of the given type.
Namespace: CompreDriveSDK.WCF.HttpAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxpublic override Object ConvertStringToValue(
string parameter,
Type parameterType
)
Public Overrides Function ConvertStringToValue (
parameter As String,
parameterType As Type
) As Object
Parameters
- parameter String
- The string parameter.
- parameterType Type
- The type to convert to.
Return Value
ObjectThe converted value.
See Also