|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Decrypts a buffer with a private/public key algorithm with RSA encryption.... |
|
|
|
|
|
|
|
| Checks whether a character string ends:
with a specific character string.
with one of the character strings in an array.... |
|
|
|
|
|
|
|
| Increments a number at the beginning or at the end of a string. |
|
|
|
|
|
|
|
| Inserts a string into another character string at a given position. |
|
|
|
|
|
|
|
| Reverses the characters of a string. |
|
|
|
|
|
|
|
| Formats a character string according to the selected options. |
|
|
|
|
|
|
|
| Encrypts a buffer using an asymmetric encryption algorithm (RSA) that requires a public key and a private key. |
|
|
|
|
|
|
|
| Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.) |
|
|
|
|
|
|
|
| Converts a DateTime to string in the specified format. |
|
|
|
|
|
|
|
| Performs the asymmetric encryption of an envelope that has been encrypted with EncrypteAsymmetricEnveloped. |
|
|
|
|
|
|
|
| Extracts all the substrings from a character string based on one or more string separators. |
|
|
|
|
|
|
|
| Performs an asymmetric encryption of an envelope. |
|
|
|
|
|
|
|
| Returns the name of the month that corresponds to a specified date. |
|
|
|
|
|
|
|
| Returns the name of the day corresponding to a specified date. |
|
|
|
|
|
|
|
| Decodes a character string that was encoded by Encode. |
|
|
|
|
|
|
|
| Converts a duration to a character string in the specified format. |
|
|
|
|
|
|
|
| Encodes a character string or a buffer. To decode the result, simply use Decode. |
|
|
|
|
|
|
|
| Returns the week number within the year that corresponds to the specified date. |
|
|
|
|
|
|
|
| Converts:
a date to a string in the specified format.
a date time to a string in the specified format.... |
|
|
|
|
|
|
|
| Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC).... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|