Table of Contents

Method GetData

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetData(string)

Retrieves a data object in a specified format; the data format is specified by a string.

object? GetData(string format)

Parameters

format string

A string that specifies what format to retrieve the data as. See the DataFormats class for a set of predefined data formats.

Returns

object

A data object with the data in the specified format, or null if the data is not available in the specified format.