Click here to Skip to main content
15,896,557 members
Articles / Programming Languages / C#

Manipulating a string array using a Lambda Expression

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
7 Nov 2012CPOL1 min read 26.6K   4  
This is an alternative for "Manipulating a string array using a Lambda Expression"

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
7 Nov 2012Neeraj_Maurya 1 alternative  
This code will accept an input string and will store the first character of every array element in minimal lines of code.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Europe Europe
Biography provided

Comments and Discussions