Method DetectFormatFromData
DetectFormatFromData(object)
Detects format of the specified object with data.
public static string DetectFormatFromData(object data)
Parameters
data
objectObject with data.
Returns
Exceptions
- InvalidOperationException
Raised if format of the data can't be detected.