Table of Contents

Method Detect

Namespace
DocWright.Core.Metafiles
Assembly
DocWright.Core.dll

Detect(byte[]?)

Identifies the container format from the payload bytes.

public static MetafileFormat Detect(byte[]? bytes)

Parameters

bytes byte[]

The payload, or null.

Returns

MetafileFormat

The detected format, or Unknown.