LumiSoft Mail Server User API
CanonicalEncode Method (str, charSet)
Namespaces > LumiSoft.Net > Core > CanonicalEncode(String, String)
Canonical encoding.
Syntax
C#Visual BasicManaged C++
public static string CanonicalEncode (
	string str,
	string charSet
)
Public Shared Function CanonicalEncode ( _
	str As String, _
	charSet As String _
) As String
public:
static String^ CanonicalEncode (
	String^ str, 
	String^ charSet
)
Parameters
str (String)
String to encode.
charSet (String)
With what charset to encode string. If you aren't sure about it, utf-8 is suggested.
Return Value
Returns encoded text.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)