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