This is a badass solution to a common problem:
emails.Split(',').Select(email => email.Trim()).ToArray()
Technology, Music, & Culture Blog
This is a badass solution to a common problem:
emails.Split(',').Select(email => email.Trim()).ToArray()
0 comments:
Post a Comment