Click or drag to resize

Metodo OutlookDataObjectGetData (String, Boolean)

Retrieves the data associated with the specified data format, using a Boolean to determine whether to convert the data to the format.

Namespace:  DedNet.Core
Assembly:  DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi
public Object GetData(
	string format,
	bool autoConvert
)

Parametri

format
Tipo: SystemString
The format of the data to retrieve. See DataFormats for predefined formats.
autoConvert
Tipo: SystemBoolean
true to convert the data to the specified format; otherwise, false.

Valore di ritorno

Tipo: Object
The data associated with the specified format, or null.

Implementa

IDataObjectGetData(String, Boolean)
Vedi anche