Mime4.net Home | Community Edition | Order | Usage examples | Feedback
CharsetUtil IsEncodingSupported Method MIME4NET Class Library Documentation
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(String) to get the canonical .NET character set name.

Namespace: NI.Email.Mime.Util
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public static bool IsEncodingSupported(
	string charsetName
)

Return Value

Type: Boolean
true if encoding is supported, false otherwise.
See Also