I remove HTML tags from a string using the StripTags method. In one case, when the string contains the @@nbsp@ character, the method replaces it with the @at@ sign (@). Is there any other way to g...