The CoderObject object encodes and decodes the blob or string data using the popular encoders such as Hex, Base64, URL etc.
Note
This object cannot be referenced in the .NET Assembly component, otherwise the component will fail to be deployed.
CoderObject property |
Datatype |
Description |
---|---|---|
ClassDefinition |
PowerObject |
An object of type PowerObject containing information about the class definition of the object or control. |
CoderObject event |
Occurs |
---|---|
Immediately before the Open event occurs in the window. |
|
Immediately after the Close event occurs in the window. |
CoderObject function |
Datatype returned |
Description |
---|---|---|
Blob |
Decodes a string value using Base32 decoder. |
|
String |
Encodes a blob value using Base32 encoder. |
|
Blob |
Decodes a string value using Base64 decoder. |
|
String |
Encodes a blob value using Base64 encoder. |
|
Blob |
Decodes a string value using Base64Url decoder. |
|
String |
Encodes a blob value using Base64Url encoder. |
|
String |
Returns the name assigned to the object. |
|
Integer |
Creates a reference to a context-specific instance of the specified service. |
|
PowerObject |
Returns a reference to the name of the parent object. |
|
Blob |
Decodes a string value using Hex decoder. |
|
String |
Encodes a blob value using Hex encoder. |
|
Boolean |
Adds an event to the end of the message queue for the object. |
|
Integer |
Triggers a specified event in the object and executes the script for the event. |
|
Object |
Returns the object type of the object. |
|
Blob |
Decodes a string value using URL decoder. |
|
String |
Encodes a blob value using URL encoder. |