| Function |
Description |
| Ascii |
Returns the corresponding ASCII code of the specified char.
|
| Base64 Dencode |
Decodes a base64 string. |
| Base64 Encode |
Encodes a string to base64. |
| Charact |
Returns the corresponding Char of the specified ASCII code. |
| Complete |
To complete a string with the specified chars until it reaches the specified length. |
| DateToString |
Converts a date to a string in the specified format. |
| Decode |
Converts all the occurrences of "<N>" in a string into the corresponding Char. |
| Encode |
Converts the non printable chars in a string into the corresponding ASCII code in the "<N>" format. |
| Extract String |
Extracts a string from the specified string, according to a rank and separator. |
FileExtractPart
|
Extracts a part of the name of a file from a full file path. |
| Find |
Returns the position of the provided string inside a string. |
| FullEncode |
Converts all the chars in a string into the corresponding ASCII code in the "<N>" format. |
| Get GUID |
Returns a Global Unique Identifier. |
| JSONDecode
|
This Function decodes a specified JSON encoded string. |
| JSONEncode
|
This Function encodes a specified string into a JSON encoded string. |
| Left |
Returns the left part of a string, according to the specified length. |
| Length |
Returns the size, in chars, of a string. |
| Lower-case |
Converts all the chars in a string to their lower case form. |
| Mask Number |
Applies the specified mask to a number in order to format accordingly. |
| Middle |
Returns a part of a string, starting at a given position with the specified length. |
| MLText |
Returns a string defined by the user, corresponding to the current language of the application in runtime. |
| NumToString |
Converts a number to a string. |
| Replace |
Replaces all the occurrences of a char by the specified one, on a string. |
| Right |
Returns the right part of a string, according to the specified length. |
| Set String |
Returns a string with Value replacing a Source String according to a Rank and a Separator. |
| String Count |
Returns the occurrence of the specified string in a string. |
| TimeToString |
Converts a time to a string in the specified format. |
| Trim |
Removes white spaces at left and/or right of a string. |
| Upper-Case |
Converts all the chars in a string to their upper case form. |
| URLDecode
|
This Function decodes a specified URL encoded string. |
| URLEncode
|
This Function encodes a specified string into a URL encoded string. |
| XMLDecode
|
This Function decodes a specified XML encoded string. |
| XMLEncode
|
This Function encodes a specified string into a XML encoded string. |