IStringToDbTypeConverter

Allows the convertion of string to a specified data type.

Namespace:
Inetdev.Data
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Methods

Convert

Converts the value to a DbType value.

Signature:
public Object Convert(targetType, value)
Returns

An Object containing the converted value.

Parameters
Name Type Summary
targetType DbType DbType to convert to.
value String Value to convert.

In this document