MyChat Scripts Engine: converting types
Functions to convert one data type to another.
converting the double value of date/time into ISO string; |
|
convert date/time double value into a text string of MyChat format; |
|
convert a floating-point value to a string; |
|
convert hexadecimal number to decimal number; |
|
convert an integer to hexadecimal number; |
|
convert an integer value to a string; |
|
convert the string with date and time in ISO format into double value; |
|
convert MyChat text string into the number with the floating point of double format; |
|
convert a string to a floating-point number; |
|
convert a text string to an integer with an optional sign; |
|
convert a text string to a 64-bit integer with an optional sign; |
|
convert a text string to a 64-bit integer with an optional sign, considering the default value; |
|
convert a text string to an integer with an optional sign, considering the default value. |