3
votes
4answers
116 views
Adding an extension method to the string class - C#
Not sure what I'm doing wrong here. The extension method is not recognized.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Tex …
