I am wondering if it is possible to add a new property as an extension property to the string class. What I'm looking for is something like this
string.Empty
I would like to make an extension, ex:
string.DisplayNone;
Can I add extension properties to the string C# class that I can call in a similar manner like when I do string.Empty?