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

StoreString() public méthode

public StoreString ( string strContents, string strFolder ) : bool
strContents string
strFolder string
Résultat bool
        public bool StoreString(string strContents, string strFolder)
        {
            bool ret = otapiPINVOKE.Storage_StoreString__SWIG_3(swigCPtr, strContents, strFolder);
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }

Same methods

Storage::StoreString ( string strContents, string strFolder, string oneStr ) : bool
Storage::StoreString ( string strContents, string strFolder, string oneStr, string twoStr ) : bool
Storage::StoreString ( string strContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool