Have you ever had a case, when you needed to return more than one parameter from a method? There are a couple of ways to cope with that and tuple might just be what you need. The problem Let’s look at the code, where we parse transaction data just to show it on the screen.… Continue reading Returning more than one result from a method – tuple