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

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -