OpenTransactions.OTAPI.Storage.EncodeObject C# (CSharp) Méthode

EncodeObject() public méthode

public EncodeObject ( Storable theContents ) : string
theContents Storable
Résultat string
        public string EncodeObject(Storable theContents)
        {
            string ret = otapiPINVOKE.Storage_EncodeObject(swigCPtr, Storable.getCPtr(theContents));
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }