LumiSoft Net Help
CanonicalEncode Method (str, charSet)
NamespacesLumiSoft.NetCoreCanonicalEncode(String, String)
Canonical encoding.
Declaration Syntax
C#Visual BasicVisual C++F#
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
)
static member CanonicalEncode : 
        str : string * 
        charSet : string -> string 
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
String
Returns encoded text.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119