VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Data Namespace / CloneableObjectStorageInMemory Class / CheckDataType(Object) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
CheckDataType(Object) Method (CloneableObjectStorageInMemory)
In This Topic
Checks the type of the item.
Syntax
'Declaration

Protected Overridable Sub CheckDataType( _
ByVal item
The data.
As Object _
)
protected virtual void CheckDataType(
object item
)

Parameters

item
The data.
Exceptions
ExceptionDescription
Thrown if storage can't store specified item.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also