ReadASC(Stream, Char()) Constructor

Constructor with stream and separators specifications.
Public Sub New( _ 
ByVal stream As Stream, _ 
ByVal separators As Char() _ 
)
This language is not supported or no code example is available.
public ReadASC( 
Stream stream
char[] separators 
)
This language is not supported or no code example is available.

Parameters

stream
Stream

The file stream

separators
char[]

Separators to use between coordinates values

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.8

In this article

Definition