Npgsql Api Docs
BitString.ToType Method
[Visual Basic]
NotOverridable Public Function ToType( _
ByVal
conversionType
As
Type
, _
ByVal
provider
As
IFormatProvider
_
) As
Object
_
Implements
IConvertible.ToType
[C#]
public
object
ToType(
Type
conversionType
,
IFormatProvider
provider
);
Implements
IConvertible.ToType
See Also
BitString Class
|
NpgsqlTypes Namespace