c# - Settings.settings save Pattern type -


i trying define patterns on e-mail saved, in code have been quite succesfull doing this:

 string pattern0 = safefilename(currmail.sendername);  string pattern1 = string.join(" ", currmail.subject.split(' ').take(3).toarray());  string pattern2 = (convert.todatetime(currmail.creationtime).tostring(" dd-mmm-yyyy hh-mm")); 

and tried save patterns on properties.setting, chose string, makes string, opposed making them useful above. know use, save settings above in settings.settings file. lot in advance


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Socket.connect doesn't throw exception in Android -

SPSS keyboard combination alters encoding -