Skip to main content


I honestly never understood explicit conversion until... now. pulling numbers out of strings... the console.WriteLine method in C#, always produces a string, so you have to convert it to a numeric value when doing math.