c# 4.0 - How to implement string manipulation in efficienct way? -
I have string = "/ show / search / all.spacks? Et = A1" in an efficient way 'Att = How to get the final price?
You can make a partition example (in C #):
string Line = "/show/search/All.aspx?Att=A1"; p> string [] parts = line. Sample ('=');
// parts [1] have A1;
Hope this helps
Comments
Post a Comment