ReadASC(String, Char()) Constructor

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

Parameters

fileName
string

The file name.

separators
char[]

Separators to use between coordinates values.

.NET Framework

Supported in: 4.8

In this article

Definition