Hello, I have a problem to operate two numbers two much big, I have two numbers in two string arrays but I have to think the worse case, if the numbers are two much big I have to Split them before calculate the sum. How can I do it? with String.Substring or String.Split()?
Thank you.