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

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

Parameters

type
The type of data.

Return Value

{b}True{/b} if data storage can store data of specified type; otherwise, {b}false{/b}.
Исключения
ИсключениеОписание
If {i}type{/i} is {b}null{/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

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