C# -> 7 in a string, convert to int returns 55?
Advertisements Evening… revising some C# coding questions/// 10 Random numbers 7319018271 ….so I put brackets around the numbers and made it a string… created an array with [10]…idea is to iterate through the string and convert each string var to an int and add to myArray…problem being…why does 7 return as 55? Thanks var Numbers… Read More C# -> 7 in a string, convert to int returns 55?