aspNetEmail

CharSetUtility.ISO88591ToASCII Method 

Converts ISO-8859-1 characters down to ASCII characters.

public static string ISO88591ToASCII(
   string text
);

Parameters

text
ISO-8859-1 characters

Remarks

This method attempts to match ISO-8859-1 characters to ASCII characters. If a suitable match cannot be found, the character is replaced with an empty string.

See Also

CharSetUtility Class | aspNetEmail Namespace