I want to compare two string, and want to see differeince in int form. For example,
How can i calculate difference between two string? It is obvious difference between above two string is 1/-1, but difference would be 1.
Code:
string first_string="0002AE1";
string second_string="0002AE2";