So this is vary basic but I cannot seem to find a function that can do this.
lets say I have the following text starting at 0,0 of the console window
123456789
_
lets say I set the cursor position to 0,3 which is "4" then I use Console.CursorLeft to get the current position which is still 0,3.
I will now set it to 0,2 and it is on the "3" how would I read the text in the current cursor position into a string/char?