XMX.Load Method

QsInformatica.Utils

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: 22.4.2.0 (22.4.2.0)
Syntax
public bool Load()
Public Function Load As Boolean
public:
bool Load()
member Load : unit -> bool 

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