Hello, I try to read hexadecimal values from a file. I tryed to use toInt, for example: auto i = toInt("C"); but this doesn't work. What is the method to read hexadecimal value? Thanks.