In C #, how do I convert a string that uses full-width shape characters to half-width shape characters?
For example, when using userInput below, I want to convert Stackoverflow to Stackoverflow :
string userInput= "Stackoverflow";
c # unicode
Mr. Smith
source share