
enum Parameters
Name | Value | Description |
---|---|---|
BINARY | 1 | Don't know |
SIGNED | 2 | Will take a small binary string integer and maintain sign when increasing to lager 64bit Integer. |
INVERTED | 3 | Will invert the string, good for turning big ended integers into little ended ones. |
SIGNED_INVERTED | 4 | When taking the SubString of a string, if less the 8 byte this will keep the sign corrent as it lengthens the integer. |
TWO_DECIMAL_PLACES | 5 | ToString format parameter, good for currency. |
TRIM | 6 | if SubString or ToString format parameter, remove and white spaces off the begining and end. |
QUOTE | 7 | ToString format parameter, will make the string SQL safe, ie replace '"' with '\"' and so on. |
PDF_NAME | 8 | ToString format parameter, will make the string pdf safe name, ie replace ' ' with '#20' and so on. |
PDF_TEXT | 9 | ToString format parameter, will make the string pdf safe text, ie replace ' ' with '#20' and so on. |
PHP | 10 | ToString format parameter, will format the TVariable string for php. |
XML | 11 | ToString format parameter, will format the TVariable string for XML. |
BASE_64 | 12 | ToString format parameter, will format the TVariable string for base64 with maximum lines of 64 characters. |
Comments (0)Listen All