Search:

Type: Posts; User: gogic

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,442

    string str = "sometext&&watson&sons&&more...

    string str = "sometext&&watson&sons&&more text&&&&empty over there <--&&";
    string[] array = str.Split(new string[] { "&&" }, StringSplitOptions.None);
    foreach (string s in...
  2. Replies
    2
    Views
    2,611

    Best choise for a local application database

    Am creating small aplication like a phonebook, but i dont know which database to use ? any sugestions? I wont something that is free, easy to implement with c#, and just a local database not some big...
  3. Replies
    2
    Views
    1,442

    Split string with string

    I have text like this

    some text

    &&

    some text

    &&
Results 1 to 3 of 3