Click or drag to resize
SequenceFormattersIsFastQ Method
Identifies if a file extension is a valid extension for FastQ formats.

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static bool IsFastQ(
	string fileName
)

Parameters

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:Bio.IO.SequenceFormatters.IsFastQ(System.String)"]

Return Value

Type: Boolean
True : if it is a valid fastq file extension. False : if it is a in-valid fastq file extension.
See Also