G\'Day Mates -
What is the right way (excluding the argument of whether it is advisable) to overload the string operators <, >, <= and >= ?
I\'ve trie
Do you mean the System.String class? That's impossible in C#. You can't add extension operators to an existing class. It's a much requested feature though.
System.String