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

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -