CharsetUtil.IsEncodingSupported Method 

Determines if the VM supports encoding (chars to bytes) the specified character set. NOTE: the given character set name may not be known to the VM even if this method returns true. Use ToPlatformCharset to get the canonical .NET character set name.

public static bool IsEncodingSupported(
   string charsetName
);

Parameters

charsetName
the characters set name.

Return Value

true if encoding is supported, false otherwise.

See Also

CharsetUtil Class | NI.Email.Mime.Util Namespace