←Select platform

ReadToTrailer Method

Summary

This methods reads an MLP message body as a string.

Syntax

C#
VB
C++
public static string ReadToTrailer( 
   StreamReader streamReader 
) 
Public Shared Function ReadToTrailer( 
   ByVal streamReader As StreamReader 
) As String 
public:  
   static String^ ReadToTrailer( 
      StreamReader^ streamReader 
   ) 

Parameters

streamReader

The abstract stream reader provider.

Return Value

The message body with no headers or trailers.

Remarks

This methods reads an MLP message body as a string.

Requirements

Target Platforms

Help Version 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly