Determine if a string only contains characters from the seven bit alphabet(c#)
See the question and my original answer on StackOverflowYou can find a utility GSM Encoding class (it simply derives from the abstract System.Text.Encoding) defined here: The GSM character set in .NET. I think this is the most elegant and reusable way.