| PrsReader(String, Boolean) Constructor |
Creates a new instance of the
PrsReader class.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.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 String
- The file path.
- forceCreation Boolean
- If true creates the file in case it does not already exist.
See Also