News

Alright, I'm drawing my text using Graphics.DrawString. This is how I'm doing it:gfx.DrawString( "string to draw", font, brush, rect, format ); I generate a bounding rectangle so the text doesn't ...
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 ...