Table of Contents

Method DetectFormatFromData

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

DetectFormatFromData(object)

Detects format of the specified object with data.

public static string DetectFormatFromData(object data)

Parameters

data object

Object with data.

Returns

string

Exceptions

InvalidOperationException

Raised if format of the data can't be detected.