VintaSoft Barcode .NET SDK 16.0: Документация для Веб разработчика
Vintasoft.Data Namespace / CloneableObjectStorageInMemory Class / CanStore(Type) Method
Синтаксис Требования Смотрите также
В этом разделе
CanStore(Type) Метод (CloneableObjectStorageInMemory)
В этом разделе
Determines whether the data of specified type can be stored in the data storage.
Синтаксис
'Declaration

Public Overridable Function CanStore( _
ByVal type
The type of data.
As System.Type _
) As Boolean
public virtual bool CanStore(
System.Type type
)

Parameters

type
The type of data.

Return Value

{b}True{/b} if the data of specified type can be stored in the data storage; otherwise, {b}false{/b}.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также