TIBCO XPath Functions
TIBCO XPath Functions describe the functions added by Mediation.
Function Name | Description |
---|---|
base64ToString |
Converts a base64 binary encoded string to a string using the specified encoding. If encoding is not specified, UTF-8 is used. Template
Return Type
|
stringToBase64 |
Converts a string to a base64 binary encoded string. Template
Return Type
|
hexToString |
Converts a hex string to a string using the specified encoding. If encoding is not specified, UTF-8 is used. Template
Return Type
|
stringToHex |
Converts a string to a hex encoded string. Template
Return Type
|
timestamp |
Returns the number of milliseconds since midnight, January 1, 1970 UTC, at the instance of the call to this function Template
Return Type
|