Skip to content

Type Conversion Functions

Function Overview

Function Returns
Base64Decode Converts base64 data back to binary data.
Base64Encode Converts binary data to base64 data.
Cast Returns a variable of the specified type that is the best conversion from the original variable.
Convert Returns a variable of the specified type that is the best conversion from the original variable.
CString Returns a null terminated string.
Date The passed value as a date.
Integer The passed value as an integer.
Number The passed value as a number type.
PointerToString Converts a pointer to a string in memory into a string.
PointerToWString Converts a pointer to a WString (or Char array with two bytes per character) to a WString.
Real The passed value as a real number.
String The passed value as a string.
Function Returns
DeserializeRowId Serializes a RowId so it can be represented as a string.
SerializeRowId Serializes a RowId so it can be represented as a string.