“Dream is not what you see in sleep, dream is the thing which does not let you sleep.”
k a r t h i k e y a n * n a i r * j e e b u
realtechnologyheroes
Wednesday, December 13, 2006
Replacing array elments with single command
string[] MyNames = { "America", "Chicago", "Illinois"};
MyNames = String.Join("|", MyNames ).Replace("a", "z").Split('|');
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment