I am working on decoding VIN numbers into useful information and for the country they give a range of double letters (EG: SA-SM is Great Britain). How do I check to see that SG is between SA and SM? I was thinking about hex but this can’t be converted to hex because of it going past E.
Share
Ignore case
You can also use one of CurrentCulture, CurrentCultureIgnoreCase, InvariantCulture, InvariantCultureIgnoreCase, Ordinal, OrdinalIgnoreCase (msdn docs)