Determines if the VM supports decoding (bytes to chars) 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.UtilAssembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax
Parameters
- charsetName
- Type: System String
the characters set name.
Return Value
Type: Booleantrue if decoding is supported, false otherwise.
See Also