CoderObject object
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 .NET Web Service or .NET
Assembly components, otherwise the component will fail to be
deployed.
Properties
|
CoderObject property |
Datatype |
Description |
|---|---|---|
|
ClassDefinition |
PowerObject |
An object of type PowerObject containing |
Events
|
CoderObject event |
Occurs |
|---|---|
|
Immediately before the Open event occurs in the |
|
|
Immediately after the Close event occurs in the |
Functions
|
CoderObject function |
Datatype returned |
Description |
|---|---|---|
|
Blob |
Decodes a string value using Base32 |
|
|
String |
Encodes a blob value using Base32 |
|
|
Blob |
Decodes a string value using Base64 |
|
|
String |
Encodes a blob value using Base64 |
|
|
Blob |
Decodes a string value using Base64Url |
|
|
String |
Encodes a blob value using Base64Url |
|
|
String |
Returns the name assigned to the |
|
|
Integer |
Creates a reference to a context-specific instance |
|
|
PowerObject |
Returns a reference to the name of the parent |
|
|
Blob |
Decodes a string value using Hex |
|
|
String |
Encodes a blob value using Hex |
|
|
Boolean |
Adds an event to the end of the message queue for |
|
|
Integer |
Triggers a specified event in the object and |
|
|
Object |
Returns the object type of the |
|
|
Blob |
Decodes a string value using URL |
|
|
String |
Encodes a blob value using URL |