A class library for opening, parsing, and saving MIDI files.

BinaryReaderEx.FindChars Method 

Determines whether the Stream contains a specific value.

public bool FindChars(
   char[] value
);

Parameters

value
The char[] value to locate in the Stream.

Return Value

true if the char[] is found in the Stream; otherwise, false.

See Also

BinaryReaderEx Class | EF.Tools Namespace