←Select platform

SeekHeader Method

Summary

Seeks the stream to first header encountered.

Syntax
C#
VB
C++
public static bool SeekHeader( 
   StreamReader streamReader 
) 
Public Shared Function SeekHeader( 
   ByVal streamReader As StreamReader 
) As Boolean 
public:  
   static bool SeekHeader( 
      StreamReader^ streamReader 
   ) 

Parameters

streamReader

The abstract stream reader provider.

Return Value

true if a header is found.

Remarks

The stream will be seeked up to the header's location.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly