| PrsReader Constructor (String) |
Creates a new instance of the
PrsReader class.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax public PrsReader(
string filePath
)
Public Sub New (
filePath As String
)
public:
PrsReader(
String^ filePath
)
new :
filePath : string -> PrsReader
Parameters
- filePath
- Type: SystemString
The file path.
See Also