select element after split in c#

string yourstring = "1:2:3";                                                                                                                       
yourstring .Split(':').AsEnumerable().ElementAt(1);                                                                               

output : 2 

Comments

Popular posts from this blog

SQL Interview Questions and Answers

Generic Interface and Factory Pattern in C#

How to get device info IMEI programmatically in xamarin android