 | NullableQueryStringConverterCanConvert Method |
Checks if this converter can convert the given type.
Namespace: CompreDriveSDK.WCF.HttpAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxpublic override bool CanConvert(
Type type
)
Public Overrides Function CanConvert (
type As Type
) As Boolean
Parameters
- type Type
- The type to convert.
Return Value
BooleanTrue if it can, false if not.
See Also