Click or drag to resize

Metodo 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.

Namespace:  DedNet.Core
Assembly:  DedNet (in DedNet.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassi
public bool GetDataPresent(
	string format,
	bool autoConvert
)

Parametri

format
Tipo: SystemString
The format for which to check. See DataFormats for predefined formats.
autoConvert
Tipo: SystemBoolean
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.

Valore di ritorno

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

Implementa

IDataObjectGetDataPresent(String, Boolean)
Vedi anche