XMX Methods

QsInformatica.Utils

XMX Methods

The XMX type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckSum
Restituisce il checksum della stringa passata.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLastError
Restituisce la stringa descrivente l'ultimo errore avvenuto. Può essere una stringa vuota "".
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIMSG
Restituisce il messaggio localizzato.
Public methodLoad
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.
Public methodLoad(Encoding)
Carica in memoria i messaggi presenti nel file .xmx con il quale si è inizializzato l'oggetto, utilizzando un particolare Encoding.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also