Friday, March 29, 2024 08:29

Posts Tagged ‘clone’

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


Follow the white rabbit