The title says it all: how would you manipulate strings in C# without the system libraries? I got this question recently in an interview and I've been stumped by it since. It's one of those things I ...
I'm sorry if this is a stupid question, but I've been working on a problem in C# where I have a char[] and want to extract parts of it very easily. This could be done in c with the standard string ...