| PrsReader Constructor (String, Boolean) |
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,
bool forceCreation
)
Public Sub New (
filePath As String,
forceCreation As Boolean
)
public:
PrsReader(
String^ filePath,
bool forceCreation
)
new :
filePath : string *
forceCreation : bool -> PrsReader
Parameters
- filePath
- Type: SystemString
The file path. - forceCreation
- Type: SystemBoolean
If true creates the file in case it does not already exist.
See Also