Click or drag to resize

Q800FileReaderCheckFileFormat Method

Checks if the file format is a valid Q800 file format.

Namespace: Altaxo.Serialization.TA_Instruments
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static (bool isQ800File, bool isHybridBinary) CheckFileFormat(
	Stream rs
)

Parameters

rs  Stream
The data stream.

Return Value

ValueTupleBoolean, Boolean
A boolean indicating if this is a valid Q800 file format. The second boolean indicates if this is a hybrid file, consisting of an ASCII part, and then a binary part.
Exceptions
ExceptionCondition
ArgumentNullExceptionnameof(rs)
See Also