Click or drag to resize

NullableQueryStringConverterCanConvert Method

Checks if this converter can convert the given type.

Namespace: CompreDriveSDK.WCF.Http
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public override bool CanConvert(
	Type type
)

Parameters

type  Type
The type to convert.

Return Value

Boolean
True if it can, false if not.
See Also