| IFormatterSupportedFileTypes Property  | 
            Gets the file extensions that the formatter will support.
            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)
Syntaxstring SupportedFileTypes { get; }ReadOnly Property SupportedFileTypes As String
	Get
property String^ SupportedFileTypes {
	String^ get ();
}abstract SupportedFileTypes : string with get
Property Value
Type: 
String
See Also