Ab1HeaderFileSignature Property |
Identifies the file as an abi file. These are the first four bytes and should be ABIF.
Namespace: Bio.IO.AppliedBiosystemsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic string FileSignature { get; set; }
Public Property FileSignature As String
Get
Set
public:
property String^ FileSignature {
String^ get ();
void set (String^ value);
}
member FileSignature : string with get, set
Property Value
Type:
String
See Also