FileTypeMatchPercentMatch Property

Gets the percentage match of the matched file type on the source file header, from 0% to 100%.

This value determines the success percentage, for example a value of 100% indicates that all the file type signatures were found in the file header; a value of 50% would indicate that only half of the file type signatures were found in the file header.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public double PercentMatch { get; }

Property Value

Double
The percentage match of the matched file type on the source file header, from 0% to 100%.

See Also