Dynamicweb 8 Documentation
GetEncodingByName Method

The code page name of the preferred encoding, i.e. "utf-8".
Returns an encoding associated with the specified code page name.
Syntax
'Declaration
 
Public Shared Function GetEncodingByName( _ 
   ByVal encoding As String _ 
) As Encoding
public static Encoding GetEncodingByName( 
   string encoding 
)

Parameters

encoding
The code page name of the preferred encoding, i.e. "utf-8".
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EmailHandler Class
EmailHandler Members

Send Feedback