A Sandcastle Documented Class Library
INIFileTryWrite Method |
Scrive su file le impostazioni presenti in memoria senza lanciare eccezioni ma restituendo se è riuscito
o meno.
Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public bool TryWrite()
Public Function TryWrite As Boolean
public: bool TryWrite()
member TryWrite : unit -> bool
Return Value
Type: BooleanRestituisce true se riesce altrimenti false.
See Also