Functions to convert one data type to another.

 

DateTimeToISOStr

converting the double value of date/time into ISO string;

DateTimeToMyChatStr

convert date/time double value into a text string of MyChat format;

FloatToStr

convert a floating-point value to a string;

HexToInt

convert hexadecimal number to decimal number;

IntToHex

convert an integer to hexadecimal number;

IntToStr

convert an integer value to a string;

ISOStrToDateTime

convert the string with date and time in ISO format into double value;

StrMyChatToDateTime

convert MyChat text string into the number with the floating point of double format;

StrToFloat

convert a string to a floating-point number;

StrToInt

convert a text string to an integer with an optional sign;

StrToInt64

convert a text string to a 64-bit integer with an optional sign;

StrToInt64Def

convert a text string to a 64-bit integer with an optional sign, considering the default value;

StrToIntDef

convert a text string to an integer with an optional sign, considering the default value.