OutlookDataObjectGetDataPresent(String, Boolean) - метод

Determines whether data stored in this instance is associated with the specified format, using a Boolean value to determine whether to convert the data to the format.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public bool GetDataPresent(
	string format,
	bool autoConvert
)

Параметры

format  String
The format for which to check. See DataFormats for predefined formats.
autoConvert  Boolean
true to determine whether data stored in this instance can be converted to the specified format; false to check whether the data is in the specified format.

Возвращаемое значение

Boolean
true if the data is in, or can be converted to, the specified format; otherwise, false.

Реализации

IDataObjectGetDataPresent(String, Boolean)

См. также