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.
Namespace: DevCase.Core.IO.FileSystemAssembly: 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; }
Public ReadOnly Property PercentMatch As Double
Get
Dim instance As FileTypeMatch
Dim value As Double
value = instance.PercentMatch
public:
property double PercentMatch {
double get ();
}
member PercentMatch : float with get
No code example is currently available or this language may not be supported.
Property Value
Double
The percentage match of the matched file type on the source file header, from
0% to
100%.