Monday, June 23, 2025 15:57

Posts Tagged ‘equals’

Other string methods

Friday, April 21st, 2017

There are a number of other string methods that you might find useful. They are:

Compare(), CompareTo()CompareOrdinal() – determines the sort order of strings. It checks if one string is ordered before another when in alphabetical order, whether it is ordered after, or is equivalent.… Read more