encoder class
Description
Provides the function to encode and decode text.
Notes
It is a class that is dynamically embedded when the Cooker runs.
This class is distributed as Rtype.Encoder.dll.
The dll file is in the dlls directory in the Cooker's distribution archive.
DLL
Rtype.Encoder.dll
fitter
Signature | Description |
encoder() | Get a new instance of encoder class. |
getter
setter
This class does not have a setter.
method
Signature | Description |
HtmlDecode(string) | Decodes a string using HTML encoding. |
HtmlEncode(string) | Encodes a string using HTML encoding. |
JavaScriptStringEncode(string) | Encodes a string. |
JavaScriptStringEncode(string,bool) | Encodes a string. |
ParseQueryString(string) | Parses a query string using UTF8 encoding. |
ParseQueryString(string,string) | Parses a query string using a specified encoding. |
UrlDecode(string) | Decodes a string using URL encoding. |
UrlDecode(string,string) | Decodes a string using URL encoding and specified character encoding. |
UrlEncode(string) | Encodes a string using URL encoding. |
UrlEncode(string,string) | Encodes a string using URL encoding and specified character encoding. |
Downloads for latest version.
Downloads the encoder class ver 1.0.0.0 for Any CPU.
Downloads the encoder class ver 1.0.0.0 for x86.
Downloads the encoder class ver 1.0.0.0 for x64.
Downloads the source of encoder class ver 1.0.0.0.
The above .dll and source files are distributed as a self-extracting archive of 7z format.