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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -