ReadASC(String) Constructor

Constructor with file name (default separators used: space or tabulator character).
Public Sub New( _ 
ByVal fileName As String
)
This language is not supported or no code example is available.
public ReadASC( 
string fileName 
)
This language is not supported or no code example is available.

Parameters

fileName
string

The file name.

.NET Framework

Supported in: 4.8

In this article

Definition