Click or drag to resize

XMXLoad Method

Carica in memoria i messaggi presenti nel file .xmx con il quale si è inizializzato l'oggetto. Per la trasformazione da array di byte a stringa viene utilizzato l'encoding 1252.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public bool Load()

Return Value

Type: Boolean
Restituisce True se la lettura del file avviene correttamente. Se viene restituito False, per ottenere le informazioni di errore, chiamare il metodo GetLastError().
See Also