A Sandcastle Documented Class Library
INIFileRead Method (String) |
Carica in memoria la struttura dati contenuta nel file di impostazioni passato come argomento.
Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public bool Read( string FileName )
Public Function Read ( FileName As String ) As Boolean
public: bool Read( String^ FileName )
member Read : FileName : string -> bool
Parameters
- FileName
- Type: SystemString
File dal quale leggere le impostazioni.
Return Value
Type: BooleanRestituisce True se l'operazione è avvenuta con successo.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Uno dei metodo Read() è già stato chiamato in precedenza oppure il nome del file di impostazioni non è stato inizializzato. |
FileNotFoundException | Il file di impostazione non è accessibile o non è stato trovato. |
See Also