GZipParserTP, TSupportedFileTypes Property |
Gets the file extensions that the parser supports.
If multiple extensions are supported then this property
will return a string containing all extensions with a ',' delimited.
Namespace: Bio.IOAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string SupportedFileTypes { get; }
Public ReadOnly Property SupportedFileTypes As String
Get
public:
virtual property String^ SupportedFileTypes {
String^ get () sealed;
}
abstract SupportedFileTypes : string with get
override SupportedFileTypes : string with get
Property Value
Type:
StringImplements
IParserSupportedFileTypesSee Also